GREE Controller 0.15.2

This commit is contained in:
Mateusz Gruszczyński
2026-09-17 21:46:22 +02:00
parent 67e2d94fe4
commit a31fa58024
3 changed files with 7 additions and 2 deletions
@@ -1,7 +1,7 @@
{
"domain": "gree_controller",
"name": "GREE Controller",
"version": "0.15.1",
"version": "0.15.2",
"config_flow": true,
"integration_type": "hub",
"iot_class": "local_polling",
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.15.2
- Adds a dedicated Visual Flow action for changing exactly one GREE unit function without modifying unrelated settings.
- Legacy device automations now expose fan speed plus Quiet, Turbo, Panel Light, Air, X-Fan, Health and Sleep as optional single-field controls.
## 0.15.1
- Web UI now treats temporary WebSocket loss as a reconnecting state, escalates to a connection error only after 15 seconds, and returns cleanly to connected after recovery while preserving the existing HTTP fallback.
+1 -1
View File
@@ -1,5 +1,5 @@
name: "GREE Controller"
version: "0.15.1"
version: "0.15.2"
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/"