Classes | |
| class | EcoNetWaterHeater |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | ECONET_STATE_TO_HA |
| dictionary | HA_STATE_TO_ECONET = {value: key for key, value in ECONET_STATE_TO_HA.items()} |
| SCAN_INTERVAL = timedelta(hours=1) | |
| tuple | SUPPORT_FLAGS_HEATER |
Support for Rheem EcoNet water heaters.
| None homeassistant.components.econet.water_heater.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up EcoNet water heater based on a config entry.
Definition at line 49 of file water_heater.py.
|
private |
Definition at line 30 of file water_heater.py.
| dictionary homeassistant.components.econet.water_heater.ECONET_STATE_TO_HA |
Definition at line 32 of file water_heater.py.
| dictionary homeassistant.components.econet.water_heater.HA_STATE_TO_ECONET = {value: key for key, value in ECONET_STATE_TO_HA.items()} |
Definition at line 41 of file water_heater.py.
| homeassistant.components.econet.water_heater.SCAN_INTERVAL = timedelta(hours=1) |
Definition at line 28 of file water_heater.py.
| tuple homeassistant.components.econet.water_heater.SUPPORT_FLAGS_HEATER |
Definition at line 43 of file water_heater.py.