1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-24 01:10:24 +01:00
Files
core/homeassistant/components/nuheat/const.py
T
tstabrawa 499839c596 Fix nuheat temporary hold time (#81635)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-06 19:16:22 -06:00

13 lines
229 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