Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.evohome.water_heater Namespace Reference

Classes

class  EvoDHW
 

Functions

None async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary EVO_STATE_TO_HA = {v: k for k, v in HA_STATE_TO_EVO.items() if k != ""}
 
dictionary HA_STATE_TO_EVO = {STATE_AUTO: "", STATE_ON: SZ_ON, STATE_OFF: SZ_OFF}
 
list STATE_ATTRS_DHW = [SZ_DHW_ID, SZ_ACTIVE_FAULTS, SZ_STATE_STATUS, SZ_TEMPERATURE_STATUS]
 
string STATE_AUTO = "auto"
 

Detailed Description

Support for WaterHeater entities of the Evohome integration.

Function Documentation

◆ async_setup_platform()

None homeassistant.components.evohome.water_heater.async_setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  async_add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Create a DHW controller.

Definition at line 51 of file water_heater.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.evohome.water_heater._LOGGER = logging.getLogger(__name__)
private

Definition at line 41 of file water_heater.py.

◆ EVO_STATE_TO_HA

dictionary homeassistant.components.evohome.water_heater.EVO_STATE_TO_HA = {v: k for k, v in HA_STATE_TO_EVO.items() if k != ""}

Definition at line 46 of file water_heater.py.

◆ HA_STATE_TO_EVO

dictionary homeassistant.components.evohome.water_heater.HA_STATE_TO_EVO = {STATE_AUTO: "", STATE_ON: SZ_ON, STATE_OFF: SZ_OFF}

Definition at line 45 of file water_heater.py.

◆ STATE_ATTRS_DHW

list homeassistant.components.evohome.water_heater.STATE_ATTRS_DHW = [SZ_DHW_ID, SZ_ACTIVE_FAULTS, SZ_STATE_STATUS, SZ_TEMPERATURE_STATUS]

Definition at line 48 of file water_heater.py.

◆ STATE_AUTO

string homeassistant.components.evohome.water_heater.STATE_AUTO = "auto"

Definition at line 43 of file water_heater.py.