Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vicare.const .HeatingType
 

Namespaces

 homeassistant.components.vicare.const
 

Variables

string homeassistant.components.vicare.const.CONF_CIRCUIT = "circuit"
 
string homeassistant.components.vicare.const.CONF_HEATING_TYPE = "heating_type"
 
int homeassistant.components.vicare.const.DEFAULT_CACHE_DURATION = 60
 
 homeassistant.components.vicare.const.DEFAULT_HEATING_TYPE = HeatingType.auto
 
string homeassistant.components.vicare.const.DEVICE_LIST = "device_list"
 
string homeassistant.components.vicare.const.DOMAIN = "vicare"
 
dictionary homeassistant.components.vicare.const.HEATING_TYPE_TO_CREATOR_METHOD
 
list homeassistant.components.vicare.const.PLATFORMS
 
list homeassistant.components.vicare.const.UNSUPPORTED_DEVICES
 
string homeassistant.components.vicare.const.VICARE_CUBIC_METER = "cubicMeter"
 
string homeassistant.components.vicare.const.VICARE_KW = "kilowatt"
 
string homeassistant.components.vicare.const.VICARE_KWH = "kilowattHour"
 
string homeassistant.components.vicare.const.VICARE_NAME = "ViCare"
 
string homeassistant.components.vicare.const.VICARE_PERCENT = "percent"
 
string homeassistant.components.vicare.const.VICARE_W = "watt"
 
string homeassistant.components.vicare.const.VICARE_WH = "wattHour"