Go to the source code of this file.
Classes | |
| class | homeassistant.components.evohome.water_heater.EvoDHW |
Namespaces | |
| homeassistant.components.evohome.water_heater | |
Functions | |
| None | homeassistant.components.evohome.water_heater.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.evohome.water_heater._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.evohome.water_heater.EVO_STATE_TO_HA = {v: k for k, v in HA_STATE_TO_EVO.items() if k != ""} |
| dictionary | homeassistant.components.evohome.water_heater.HA_STATE_TO_EVO = {STATE_AUTO: "", STATE_ON: SZ_ON, STATE_OFF: SZ_OFF} |
| list | homeassistant.components.evohome.water_heater.STATE_ATTRS_DHW = [SZ_DHW_ID, SZ_ACTIVE_FAULTS, SZ_STATE_STATUS, SZ_TEMPERATURE_STATUS] |
| string | homeassistant.components.evohome.water_heater.STATE_AUTO = "auto" |