Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.hive.const
 

Variables

string homeassistant.components.hive.const.ATTR_MODE = "mode"
 
string homeassistant.components.hive.const.ATTR_ONOFF = "on_off"
 
string homeassistant.components.hive.const.ATTR_TIME_PERIOD = "time_period"
 
string homeassistant.components.hive.const.CONF_CODE = "2fa"
 
string homeassistant.components.hive.const.CONF_DEVICE_NAME = "device_name"
 
int homeassistant.components.hive.const.CONFIG_ENTRY_VERSION = 1
 
string homeassistant.components.hive.const.DEFAULT_NAME = "Hive"
 
string homeassistant.components.hive.const.DOMAIN = "hive"
 
dictionary homeassistant.components.hive.const.PLATFORM_LOOKUP
 
list homeassistant.components.hive.const.PLATFORMS
 
string homeassistant.components.hive.const.SERVICE_BOOST_HEATING_OFF = "boost_heating_off"
 
string homeassistant.components.hive.const.SERVICE_BOOST_HEATING_ON = "boost_heating_on"
 
string homeassistant.components.hive.const.SERVICE_BOOST_HOT_WATER = "boost_hot_water"
 
list homeassistant.components.hive.const.WATER_HEATER_MODES = ["on", "off"]