mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Support specifying Airzone System ID (#69751)
This commit is contained in:
committed by
GitHub
parent
00621617c2
commit
c76b21e24e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user