Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nuheat.const Namespace Reference

Variables

string CONF_SERIAL_NUMBER = "serial_number"
 
string DOMAIN = "nuheat"
 
string MANUFACTURER = "NuHeat"
 
int NUHEAT_API_STATE_SHIFT_DELAY = 2
 
list PLATFORMS = [Platform.CLIMATE]
 

Detailed Description

Constants for NuHeat thermostats.

Variable Documentation

◆ CONF_SERIAL_NUMBER

string homeassistant.components.nuheat.const.CONF_SERIAL_NUMBER = "serial_number"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.nuheat.const.DOMAIN = "nuheat"

Definition at line 5 of file const.py.

◆ MANUFACTURER

string homeassistant.components.nuheat.const.MANUFACTURER = "NuHeat"

Definition at line 11 of file const.py.

◆ NUHEAT_API_STATE_SHIFT_DELAY

int homeassistant.components.nuheat.const.NUHEAT_API_STATE_SHIFT_DELAY = 2

Definition at line 13 of file const.py.

◆ PLATFORMS

list homeassistant.components.nuheat.const.PLATFORMS = [Platform.CLIMATE]

Definition at line 7 of file const.py.