Skip to content

Commit

Permalink
Require at least Home Assistant 2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 4, 2024
1 parent 846d098 commit 97a07fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Getting Spook up and running should not be too hard when you follow this guide.
Spook needs a few things to work properly, so let's go over them first.

1. Read, understand, and accept [the license](license) of Spook.
2. A working {term}`Home Assistant` instance running version **2024.2.0 or newer.**
2. A working {term}`Home Assistant` instance running version **2024.4.0 or newer.**

:::{note}
The minimal required version of Home Assistant will change over time. This is not something to worry about. It is only important that you run at least the minimal required version of Home Assistant on the first installation of Spook.
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Spook 👻 Your homie",
"render_readme": true,
"homeassistant": "2024.4.0b1",
"homeassistant": "2024.4.0",
"hacs": "1.34.0",
"zip_release": true,
"filename": "spook.zip"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ keywords = [
]
requires-python = ">=3.11,<3.13"
dependencies = [
"homeassistant==2024.4.0b1",
"homeassistant>=2024.4.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hass-nabucasa==0.79.0
# via homeassistant
home-assistant-bluetooth==1.12.0
# via homeassistant
homeassistant==2024.4.0b1
homeassistant==2024.4.0
# via spook
httpcore==1.0.4
# via httpx
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ hass-nabucasa==0.79.0
# via homeassistant
home-assistant-bluetooth==1.12.0
# via homeassistant
homeassistant==2024.4.0b1
homeassistant==2024.4.0
# via spook
httpcore==1.0.4
# via httpx
Expand Down

0 comments on commit 97a07fe

Please sign in to comment.