core/homeassistant/components/nuheat/const.py

13 lines
229 B
Python
Raw Normal View History

"""Constants for NuHeat thermostats."""
2021-12-06 03:06:35 +00:00
from homeassistant.const import Platform
DOMAIN = "nuheat"
2021-12-06 03:06:35 +00:00
PLATFORMS = [Platform.CLIMATE]
CONF_SERIAL_NUMBER = "serial_number"
MANUFACTURER = "NuHeat"
NUHEAT_API_STATE_SHIFT_DELAY = 2