diff --git a/README.md b/README.md index ec12000..725f565 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ For every device exists a hidden button which can be used to log all info of you - Haier HD80-A3959 - Haier HWO60SM2F3XH - Hoover H-WASH 500 +- Candy CIS633SCTTWIFI +- Haier XIB 3B2SFS-80 +- Haier XIB 6B2D3FB ## About this Repo The existing integrations missed some features from the app I liked to have in HomeAssistant. diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 7f14c35..bd9f52f 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.8.0b7"], - "version": "0.6.0-beta.8" + "requirements": ["pyhOn==0.8.0"], + "version": "0.6.0" }