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" |
Support for WaterHeater entities of the Evohome integration.
| 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.
|
private |
Definition at line 41 of file water_heater.py.
| 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.
| 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.
| 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.
| string homeassistant.components.evohome.water_heater.STATE_AUTO = "auto" |
Definition at line 43 of file water_heater.py.