Skip to content

Commit

Permalink
fix dependencies to support older HA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Oct 19, 2024
1 parent 6e5104e commit 5e83e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/jriver/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/3ll3d00d/jriver_homeassistant/issues",
"loggers": ["hamcws"],
"requirements": ["hamcws==0.2.4"],
"version": "0.3.0"
"requirements": ["hamcws==0.2.5"],
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jriver_homeassistant"
version = "0.3.0"
version = "0.3.1"
description = "A custom Home Assistant integration for jriver"
authors = ["3ll3d00d <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5e83e23

Please sign in to comment.