Support specifying Airzone System ID (#69751)

This commit is contained in:
Álvaro Fernández Rojas
2022-04-13 19:12:21 +02:00
committed by GitHub
parent 00621617c2
commit c76b21e24e
12 changed files with 122 additions and 32 deletions

View File

@@ -12,6 +12,7 @@ MANUFACTURER: Final = "Airzone"
AIOAIRZONE_DEVICE_TIMEOUT_SEC: Final = 10
API_TEMPERATURE_STEP: Final = 0.5
DEFAULT_LOCAL_API_PORT: Final = 3000
DEFAULT_SYSTEM_ID: Final = 0
TEMP_UNIT_LIB_TO_HASS: Final[dict[TemperatureUnit, str]] = {
TemperatureUnit.CELSIUS: TEMP_CELSIUS,