diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f9a4a..0088afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.15] (2024-01-27) +### Fixed +- HACS failing installation: error 500 (#83 #84) + ## [1.0.14] (2023-12-26) ### Added - French and Indonesian support diff --git a/custom_components/imou_life/manifest.json b/custom_components/imou_life/manifest.json index 3d6ad1e..7633ce2 100644 --- a/custom_components/imou_life/manifest.json +++ b/custom_components/imou_life/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/user2684/imou_life", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/user2684/imou_life/issues", - "requirements": ["imouapi==1.0.14"], - "version": "1.0.14" + "requirements": ["imouapi==1.0.15"], + "version": "1.0.15" } diff --git a/requirements_test.txt b/requirements_test.txt index 36d2c94..b143785 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,3 @@ -r requirements_dev.txt pytest-homeassistant-custom-component==0.13.85 -imouapi==1.0.14 +imouapi==1.0.15