GREE Controller 0.13.9

This commit is contained in:
Mateusz Gruszczyński
2026-09-10 08:23:03 +02:00
parent e6c6855922
commit 52e3ef4780
16 changed files with 1711 additions and 0 deletions
@@ -0,0 +1,11 @@
"""Constants for the GREE Controller Home Assistant integration."""
from homeassistant.const import Platform
DOMAIN = "gree_controller"
PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.NUMBER, Platform.SELECT, Platform.SWITCH]
CONF_URL = "url"
CONF_TOKEN = "token"
ENTITY_MAP_FILE = "gree_controller_entities.json"
DEFAULT_SCAN_INTERVAL_SECONDS = 10