From dab058c68bdae97184bd0ec0dd8ddfa48f5cb438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 15 Sep 2026 18:49:41 +0200 Subject: [PATCH] GREE Controller 0.14.4 --- custom_components/gree_controller/manifest.json | 2 +- gree-controller/CHANGELOG.md | 12 ++++++++++++ gree-controller/config.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index d87e256..285bb11 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.2", + "version": "0.14.4", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index e365b29..052f6ec 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.14.4 + +- Removes the obsolete Home Assistant connection-test/default entity; HA connection testing uses only the configured URL and token. +- `outdoor_entity_id` / `HA_OUTDOOR_ENTITY_ID` is the global Home Assistant outdoor-temperature sensor. +- Adds optional per-zone `ha_outdoor_entity_id`; when empty, the zone uses the global outdoor sensor, and when set it overrides the outdoor source only for that zone. +- Keeps Home Assistant room temperature sensors per zone via `ha_entity_id`. +- Global and per-zone outdoor sensors are available in aliases, metrics/history and Home Assistant entity suggestions used by Visual Flow. + +## 0.14.3 + +- Home Assistant connection test now validates the configured server and token without requiring any entity. + ## 0.14.2 - Improves connectivity controls: Local/LAN ping measurement can be explicitly enabled/disabled in Settings, disabled workers gray out their interval/sample fields, Cloud REST/MQTT measurement settings live in a dedicated block, and History → Pings can hide/show jitter with one button while rendering jitter as a dashed line. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index 325367b..9bf6197 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.14.2" +version: "0.14.4" 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/"