Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Nobø Ecohub integration."""
2 
3 DOMAIN = "nobo_hub"
4 
5 CONF_AUTO_DISCOVERED = "auto_discovered"
6 CONF_SERIAL = "serial"
7 CONF_OVERRIDE_TYPE = "override_type"
8 OVERRIDE_TYPE_CONSTANT = "Constant"
9 OVERRIDE_TYPE_NOW = "Now"
10 
11 NOBO_MANUFACTURER = "Glen Dimplex Nordic AS"
12 ATTR_HARDWARE_VERSION = "hardware_version"
13 ATTR_SOFTWARE_VERSION = "software_version"
14 ATTR_SERIAL = "serial"
15 ATTR_TEMP_COMFORT_C = "temp_comfort_c"
16 ATTR_TEMP_ECO_C = "temp_eco_c"
17 ATTR_ZONE_ID = "zone_id"