Files
core/homeassistant/components/nuheat/const.py
2024-03-08 15:04:07 +01:00

14 lines
230 B
Python

"""Constants for NuHeat thermostats."""
from homeassistant.const import Platform
DOMAIN = "nuheat"
PLATFORMS = [Platform.CLIMATE]
CONF_SERIAL_NUMBER = "serial_number"
MANUFACTURER = "NuHeat"
NUHEAT_API_STATE_SHIFT_DELAY = 2