Variables | |
| string | CONF_CIRCUIT = "circuit" |
| string | CONF_HEATING_TYPE = "heating_type" |
| int | DEFAULT_CACHE_DURATION = 60 |
| DEFAULT_HEATING_TYPE = HeatingType.auto | |
| string | DEVICE_LIST = "device_list" |
| string | DOMAIN = "vicare" |
| dictionary | HEATING_TYPE_TO_CREATOR_METHOD |
| list | PLATFORMS |
| list | UNSUPPORTED_DEVICES |
| string | VICARE_CUBIC_METER = "cubicMeter" |
| string | VICARE_KW = "kilowatt" |
| string | VICARE_KWH = "kilowattHour" |
| string | VICARE_NAME = "ViCare" |
| string | VICARE_PERCENT = "percent" |
| string | VICARE_W = "watt" |
| string | VICARE_WH = "wattHour" |
Constants for the ViCare integration.
| 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" |