Skip to content

Commit

Permalink
fix: bump home assistant version for dependency compatibilty
Browse files Browse the repository at this point in the history
meshtastic 2.5.5 depends on bleak 0.22.3

fixes: #6
  • Loading branch information
broglep committed Dec 22, 2024
1 parent fa144ff commit ffe9bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meshtastic",
"hide_default_branch": true,
"homeassistant": "2024.10.4",
"homeassistant": "2024.11.0",
"render_readme": true
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.9.0
homeassistant==2024.10.4
homeassistant==2024.11.0
pip>=21.3.1
ruff==0.8.3

Expand Down

0 comments on commit ffe9bfa

Please sign in to comment.