diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index 62edaa4..329b64c 100644 --- a/custom_components/gree_controller/manifest.json +++ b/custom_components/gree_controller/manifest.json @@ -1,7 +1,7 @@ { "domain": "gree_controller", "name": "GREE Controller", - "version": "0.14.21", + "version": "0.14.22", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index adb8117..964ba75 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.22 + +- Code cleanup and small UX changes. + ## 0.14.21 - Code cleanup and small UX changes. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index caf1cb8..adeeadf 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.14.21" +version: "0.14.22" slug: "gree_controller" description: "Local GREE HVAC controller with Web UI and Home Assistant integration" url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"