GREE Controller 0.13.10

This commit is contained in:
Mateusz Gruszczyński
2026-09-13 10:21:01 +02:00
parent 2c6320e1a1
commit b7df6a6ac7
4 changed files with 8 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
Local GREE HVAC controller for Home Assistant with thermostat zones, schedules, automations, climate groups and native HA entities.
@@ -1,7 +1,7 @@
{ {
"domain": "gree_controller", "domain": "gree_controller",
"name": "GREE Controller", "name": "GREE Controller",
"version": "0.13.9", "version": "0.13.10",
"config_flow": true, "config_flow": true,
"integration_type": "hub", "integration_type": "hub",
"iot_class": "local_polling", "iot_class": "local_polling",
+6
View File
@@ -1,5 +1,11 @@
# Changelog # 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 ## 0.13.9
- Home Assistant add-on with `amd64` + `aarch64` multi-arch OCI image. - Home Assistant add-on with `amd64` + `aarch64` multi-arch OCI image.
+1 -1
View File
@@ -1,5 +1,5 @@
name: "GREE Controller" name: "GREE Controller"
version: "0.13.9" version: "0.13.10"
slug: "gree_controller" slug: "gree_controller"
description: "Local GREE HVAC controller with Web UI and Home Assistant integration" description: "Local GREE HVAC controller with Web UI and Home Assistant integration"
url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/" url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"