Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.opentherm_gw.const .OpenThermDataSource
 
class  homeassistant.components.opentherm_gw.const .OpenThermDeviceDescription
 
class  homeassistant.components.opentherm_gw.const .OpenThermDeviceIdentifier
 

Namespaces

 homeassistant.components.opentherm_gw.const
 

Variables

string homeassistant.components.opentherm_gw.const.ATTR_CH_OVRD = "ch_override"
 
string homeassistant.components.opentherm_gw.const.ATTR_DHW_OVRD = "dhw_override"
 
string homeassistant.components.opentherm_gw.const.ATTR_GW_ID = "gateway_id"
 
string homeassistant.components.opentherm_gw.const.ATTR_LEVEL = "level"
 
string homeassistant.components.opentherm_gw.const.ATTR_TRANSP_ARG = "transp_arg"
 
string homeassistant.components.opentherm_gw.const.ATTR_TRANSP_CMD = "transp_cmd"
 
 homeassistant.components.opentherm_gw.const.BOILER_DEVICE_DESCRIPTION
 
string homeassistant.components.opentherm_gw.const.CONF_CLIMATE = "climate"
 
string homeassistant.components.opentherm_gw.const.CONF_FLOOR_TEMP = "floor_temperature"
 
string homeassistant.components.opentherm_gw.const.CONF_PRECISION = "precision"
 
string homeassistant.components.opentherm_gw.const.CONF_READ_PRECISION = "read_precision"
 
string homeassistant.components.opentherm_gw.const.CONF_SET_PRECISION = "set_precision"
 
string homeassistant.components.opentherm_gw.const.CONF_TEMPORARY_OVRD_MODE = "temporary_override_mode"
 
int homeassistant.components.opentherm_gw.const.CONNECTION_TIMEOUT = 10
 
string homeassistant.components.opentherm_gw.const.DATA_GATEWAYS = "gateways"
 
string homeassistant.components.opentherm_gw.const.DATA_OPENTHERM_GW = "opentherm_gw"
 
string homeassistant.components.opentherm_gw.const.DOMAIN = "opentherm_gw"
 
 homeassistant.components.opentherm_gw.const.GATEWAY_DEVICE_DESCRIPTION
 
string homeassistant.components.opentherm_gw.const.SERVICE_RESET_GATEWAY = "reset_gateway"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SEND_TRANSP_CMD = "send_transparent_command"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_CH_OVRD = "set_central_heating_ovrd"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_CLOCK = "set_clock"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_CONTROL_SETPOINT = "set_control_setpoint"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_GPIO_MODE = "set_gpio_mode"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_HOT_WATER_OVRD = "set_hot_water_ovrd"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_HOT_WATER_SETPOINT = "set_hot_water_setpoint"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_LED_MODE = "set_led_mode"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_MAX_MOD = "set_max_modulation"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_OAT = "set_outside_temperature"
 
string homeassistant.components.opentherm_gw.const.SERVICE_SET_SB_TEMP = "set_setback_temperature"
 
 homeassistant.components.opentherm_gw.const.THERMOSTAT_DEVICE_DESCRIPTION