Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require at least Home Assistant 2024.4.0 #721

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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