Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for NuHeat thermostats."""
2 
3 from homeassistant.const import Platform
4 
5 DOMAIN = "nuheat"
6 
7 PLATFORMS = [Platform.CLIMATE]
8 
9 CONF_SERIAL_NUMBER = "serial_number"
10 
11 MANUFACTURER = "NuHeat"
12 
13 NUHEAT_API_STATE_SHIFT_DELAY = 2