GREE Controller 0.13.10
This commit is contained in:
@@ -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",
|
||||
"name": "GREE Controller",
|
||||
"version": "0.13.9",
|
||||
"version": "0.13.10",
|
||||
"config_flow": true,
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user