name: "GREE Controller" version: "0.15.9" 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/" arch: - amd64 - aarch64 image: "zot.linuxiarz.pl/gree-controller" startup: application 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]:[PORT:8787]/api/health" backup: cold options: gree_interface: "" discovery_broadcast: "255.255.255.255:7000" simulate: false auto_seed: false poll_interval_seconds: 15 zone_interval_seconds: 5 discovery_timeout_ms: 3000 app_token: "" public_chart_base_url: "" log_level: info schema: gree_interface: str discovery_broadcast: str simulate: bool auto_seed: bool poll_interval_seconds: "int(2,3600)" 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)"