hass-core/homeassistant/components/airzone/const.py
2022-03-08 22:28:39 +01:00

9 lines
210 B
Python

"""Constants for the Airzone integration."""
from typing import Final
DOMAIN: Final = "airzone"
MANUFACTURER: Final = "Airzone"
AIOAIRZONE_DEVICE_TIMEOUT_SEC: Final = 10
DEFAULT_LOCAL_API_PORT: Final = 3000