GREE Controller 0.14.15

This commit is contained in:
Mateusz Gruszczyński
2026-09-16 17:07:28 +02:00
parent 7c0e0235f7
commit d22c91655b
6 changed files with 25 additions and 5 deletions
+5 -2
View File
@@ -1,5 +1,5 @@
name: "GREE Controller"
version: "0.14.14"
version: "0.14.15"
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/"
@@ -12,13 +12,14 @@ boot: auto
init: false
host_network: true
homeassistant_api: true
hassio_api: true
ingress: true
ingress_port: 8787
ingress_stream: true
panel_icon: mdi:air-conditioner
panel_title: GREE Controller
panel_admin: true
watchdog: "http://[HOST]:8787/api/health"
watchdog: "http://[HOST]:[PORT:8787]/api/health"
backup: cold
options:
gree_interface: ""
@@ -29,6 +30,7 @@ options:
zone_interval_seconds: 5
discovery_timeout_ms: 3000
app_token: ""
public_chart_base_url: ""
log_level: info
schema:
gree_interface: str
@@ -39,4 +41,5 @@ schema:
zone_interval_seconds: "int(2,3600)"
discovery_timeout_ms: "int(500,30000)"
app_token: password
public_chart_base_url: str
log_level: "list(error|warn|info|debug|trace)"