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

Variables

string ATTR_HARDWARE_VERSION = "hardware_version"
 
string ATTR_SERIAL = "serial"
 
string ATTR_SOFTWARE_VERSION = "software_version"
 
string ATTR_TEMP_COMFORT_C = "temp_comfort_c"
 
string ATTR_TEMP_ECO_C = "temp_eco_c"
 
string ATTR_ZONE_ID = "zone_id"
 
string CONF_AUTO_DISCOVERED = "auto_discovered"
 
string CONF_OVERRIDE_TYPE = "override_type"
 
string CONF_SERIAL = "serial"
 
string DOMAIN = "nobo_hub"
 
string NOBO_MANUFACTURER = "Glen Dimplex Nordic AS"
 
string OVERRIDE_TYPE_CONSTANT = "Constant"
 
string OVERRIDE_TYPE_NOW = "Now"
 

Detailed Description

Constants for the Nobø Ecohub integration.

Variable Documentation

◆ ATTR_HARDWARE_VERSION

string homeassistant.components.nobo_hub.const.ATTR_HARDWARE_VERSION = "hardware_version"

Definition at line 12 of file const.py.

◆ ATTR_SERIAL

string homeassistant.components.nobo_hub.const.ATTR_SERIAL = "serial"

Definition at line 14 of file const.py.

◆ ATTR_SOFTWARE_VERSION

string homeassistant.components.nobo_hub.const.ATTR_SOFTWARE_VERSION = "software_version"

Definition at line 13 of file const.py.

◆ ATTR_TEMP_COMFORT_C

string homeassistant.components.nobo_hub.const.ATTR_TEMP_COMFORT_C = "temp_comfort_c"

Definition at line 15 of file const.py.

◆ ATTR_TEMP_ECO_C

string homeassistant.components.nobo_hub.const.ATTR_TEMP_ECO_C = "temp_eco_c"

Definition at line 16 of file const.py.

◆ ATTR_ZONE_ID

string homeassistant.components.nobo_hub.const.ATTR_ZONE_ID = "zone_id"

Definition at line 17 of file const.py.

◆ CONF_AUTO_DISCOVERED

string homeassistant.components.nobo_hub.const.CONF_AUTO_DISCOVERED = "auto_discovered"

Definition at line 5 of file const.py.

◆ CONF_OVERRIDE_TYPE

string homeassistant.components.nobo_hub.const.CONF_OVERRIDE_TYPE = "override_type"

Definition at line 7 of file const.py.

◆ CONF_SERIAL

string homeassistant.components.nobo_hub.const.CONF_SERIAL = "serial"

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ NOBO_MANUFACTURER

string homeassistant.components.nobo_hub.const.NOBO_MANUFACTURER = "Glen Dimplex Nordic AS"

Definition at line 11 of file const.py.

◆ OVERRIDE_TYPE_CONSTANT

string homeassistant.components.nobo_hub.const.OVERRIDE_TYPE_CONSTANT = "Constant"

Definition at line 8 of file const.py.

◆ OVERRIDE_TYPE_NOW

string homeassistant.components.nobo_hub.const.OVERRIDE_TYPE_NOW = "Now"

Definition at line 9 of file const.py.