GREE Controller 0.15.8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"domain": "gree_controller",
|
||||
"name": "GREE Controller",
|
||||
"version": "0.15.7",
|
||||
"version": "0.15.8",
|
||||
"config_flow": true,
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.15.8
|
||||
|
||||
- Visual Flow exports now include the Shared Input definitions referenced by the graph.
|
||||
- Flow import creates missing Shared Inputs automatically, reuses equivalent local sources and safely remaps conflicting IDs without overwriting local definitions; Flow and imported inputs are persisted atomically without changing the Flow format version.
|
||||
- Flow export/import remains on format version 1; exported graphs may carry the Shared Input definitions they reference.
|
||||
- The Flow editor keeps the Interpretation / Flow cycle section collapsed by default on desktop, tablet and mobile, with details available through the existing disclosure button.
|
||||
|
||||
## 0.15.7
|
||||
|
||||
- Fixes mixed V1/V2 Local discovery: legacy/plain discovery envelopes are no longer treated as proof that a unit is V1.
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
Local GREE HVAC controller packaged as a Home Assistant add-on, with Web UI, HTTP/WebSocket API, built-in Swagger API documentation, UDP discovery/control, `amd64` and `aarch64` support, ingress, and database backup from `/data/gree-controller.db`.
|
||||
|
||||
Version 0.15.8 makes Visual Flow exports portable with referenced Shared Inputs and keeps the Interpretation / Flow cycle details collapsed until opened.
|
||||
|
||||

|
||||
|
||||
For VLAN deployments, configure VLAN interfaces on the Home Assistant OS host. The add-on uses `host_network: true`; with multiple directly attached subnets, `gree_interface` may remain empty. Run broadcast discovery separately for each VLAN/subnet.
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
name: "GREE Controller"
|
||||
version: "0.15.7"
|
||||
version: "0.15.8"
|
||||
slug: "gree_controller"
|
||||
description: "Local GREE HVAC controller with Web UI, API, and Home Assistant integration"
|
||||
url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"
|
||||
url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon"
|
||||
arch:
|
||||
- amd64
|
||||
- aarch64
|
||||
image: "zot.linuxiarz.pl/gree-controller"
|
||||
image: "repo.example.com/gree-controller"
|
||||
startup: application
|
||||
boot: auto
|
||||
init: false
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
name: GREE Controller
|
||||
url: https://git.linuxiarz.pl/gru/gree-controller-ha-addon/
|
||||
url: https://git.linuxiarz.pl/gru/gree-controller-ha-addon
|
||||
maintainer: linuxiarz.pl
|
||||
|
||||
Reference in New Issue
Block a user