diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be8806..f525d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.0.9 + +- Add support for product ID `1245226668902080512` [#25](https://github.com/radical-squared/aquatemp/issues/25) + ## v3.0.8 - Fix missing `Off` mode for climate diff --git a/custom_components/aqua_temp/common/consts.py b/custom_components/aqua_temp/common/consts.py index ee2f0d5..1a0a146 100644 --- a/custom_components/aqua_temp/common/consts.py +++ b/custom_components/aqua_temp/common/consts.py @@ -12,6 +12,7 @@ "1132174963097280512", "1186904563333062656", "1158905952238313472", + "1245226668902080512", "1442284873216843776", "1548963836789501952", ] diff --git a/custom_components/aqua_temp/manifest.json b/custom_components/aqua_temp/manifest.json index 0f345e7..e7bfffe 100644 --- a/custom_components/aqua_temp/manifest.json +++ b/custom_components/aqua_temp/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/radical-squared/aquatemp/issues", "requirements": [], - "version": "3.0.8" + "version": "3.0.9" }