Skip to content

Commit ef5dff7

Browse files
authored
Require released HA 2024.11.0 (#929)
1 parent 37f86f6 commit ef5dff7

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ service: google_home.refresh_devices
218218

219219
### Prerequisites
220220

221-
Use Home Assistant v2023.2.0 or above.
221+
Use Home Assistant v2024.11.0 or above.
222222

223223
### Google Account security
224224

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ requires-python = ">=3.12"
1212
dynamic = ["version"]
1313
dependencies = [
1414
"glocaltokens>=0.7.3",
15-
"homeassistant==2024.11.0b0",
15+
"homeassistant==2024.11.0",
1616
]
1717

1818
[dependency-groups]
1919
dev = [
2020
"codespell>=2.3.0",
21-
"homeassistant-stubs==2024.11.0b0",
21+
"homeassistant-stubs==2024.11.0",
2222
"mypy>=1.13.0",
2323
"PyGithub>=2.4",
2424
"pylint>=3.3.1",

0 commit comments

Comments
 (0)