We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f86f6 commit ef5dff7Copy full SHA for ef5dff7
README.md
@@ -218,7 +218,7 @@ service: google_home.refresh_devices
218
219
### Prerequisites
220
221
-Use Home Assistant v2023.2.0 or above.
+Use Home Assistant v2024.11.0 or above.
222
223
### Google Account security
224
pyproject.toml
@@ -12,13 +12,13 @@ requires-python = ">=3.12"
12
dynamic = ["version"]
13
dependencies = [
14
"glocaltokens>=0.7.3",
15
- "homeassistant==2024.11.0b0",
+ "homeassistant==2024.11.0",
16
]
17
18
[dependency-groups]
19
dev = [
20
"codespell>=2.3.0",
21
- "homeassistant-stubs==2024.11.0b0",
+ "homeassistant-stubs==2024.11.0",
22
"mypy>=1.13.0",
23
"PyGithub>=2.4",
24
"pylint>=3.3.1",
0 commit comments