Home Assistant Unofficial Reference 2024.12.1
water_heater.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vicare.water_heater.ViCareWater
 

Namespaces

 homeassistant.components.vicare.water_heater
 

Functions

list[ViCareWater] homeassistant.components.vicare.water_heater._build_entities (list[ViCareDevice] device_list)
 
None homeassistant.components.vicare.water_heater.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.vicare.water_heater._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.vicare.water_heater.HA_TO_VICARE_HVAC_DHW
 
string homeassistant.components.vicare.water_heater.OPERATION_MODE_OFF = "off"
 
string homeassistant.components.vicare.water_heater.OPERATION_MODE_ON = "on"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_DHW = "dhw"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_DHWANDHEATING = "dhwAndHeating"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_DHWANDHEATINGCOOLING = "dhwAndHeatingCooling"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_FORCEDNORMAL = "forcedNormal"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_FORCEDREDUCED = "forcedReduced"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_HEATING = "heating"
 
string homeassistant.components.vicare.water_heater.VICARE_MODE_OFF = "standby"
 
int homeassistant.components.vicare.water_heater.VICARE_TEMP_WATER_MAX = 60
 
int homeassistant.components.vicare.water_heater.VICARE_TEMP_WATER_MIN = 10
 
dictionary homeassistant.components.vicare.water_heater.VICARE_TO_HA_HVAC_DHW