GREE Controller 0.14.15
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user