Skip to content

Commit

Permalink
Set minimal HA version to 2024.10.0b0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider authored Oct 8, 2024
1 parent 6162df6 commit 4a5a8e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "MySkoda",
"render_readme": true
}
"render_readme": true,
"hide_default_branch": true,
"homeassistant": "2024.10.0b0"
}
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "~3.12"
beautifulsoup4 = "^4.12.3"
homeassistant = "^2024.9.1"
homeassistant = "^2024.10.0b0"
aiohttp = "^3.10.5"
pyjwt = "^2.9.0"
pyyaml = "^6.0.2"
Expand Down

0 comments on commit 4a5a8e9

Please sign in to comment.