Add Airzone climate platform (#67924)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Álvaro Fernández Rojas
2022-03-27 20:59:15 +02:00
committed by GitHub
parent cffc588c6d
commit b5401ccc4a
5 changed files with 437 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ DOMAIN: Final = "airzone"
MANUFACTURER: Final = "Airzone"
AIOAIRZONE_DEVICE_TIMEOUT_SEC: Final = 10
API_TEMPERATURE_STEP: Final = 0.5
DEFAULT_LOCAL_API_PORT: Final = 3000
TEMP_UNIT_LIB_TO_HASS: Final[dict[TemperatureUnit, str]] = {