Skip to content

Commit

Permalink
feat: upgrade to libdeye 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stackia committed Dec 27, 2024
1 parent c38cd2c commit 8a9a395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/deye_dehumidifier/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://github.com/stackia/ha-deye-dehumidifier",
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/stackia/ha-deye-dehumidifier/issues",
"requirements": ["libdeye==1.3.0"],
"version": "1.6.3"
"requirements": ["libdeye==1.3.1"],
"version": "1.6.4"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package_dir =
python_requires = >=3.10
install_requires =
importlib-metadata; python_version<"3.8"
libdeye==1.2.0
libdeye==1.3.1


[options.packages.find]
Expand Down

0 comments on commit 8a9a395

Please sign in to comment.