From b7df6a6ac731193ac4af730bef7d4ebba06c91e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 13 Sep 2026 10:21:01 +0200 Subject: [PATCH] GREE Controller 0.13.10 --- README.md | 1 - custom_components/gree_controller/manifest.json | 2 +- gree-controller/CHANGELOG.md | 6 ++++++ gree-controller/config.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 1140f2c..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -Local GREE HVAC controller for Home Assistant with thermostat zones, schedules, automations, climate groups and native HA entities. \ No newline at end of file diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index b3d5afd..9144f35 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.13.9", + "version": "0.13.10", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index e93647b..055e4d3 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.10 + +- Accepts multi-state non-zero values for optional GREE feature flags without dropping an otherwise valid status frame. +- Preserves unit-specific active `Quiet` encodings (`1`, `2` or `3`) and reuses them when Quiet is enabled; legacy units still default to `Quiet=1`. +- Prevents units reporting `Quiet=2` from being marked offline because of parser validation. + ## 0.13.9 - Home Assistant add-on with `amd64` + `aarch64` multi-arch OCI image. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index 03751bd..fccacbe 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.13.9" +version: "0.13.10" 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/"