Classes | |
| class | GeniusWaterHeater |
Functions | |
| None | async_setup_entry (HomeAssistant hass, GeniusHubConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | GH_HEATERS = ["hot water temperature"] |
| dictionary | GH_STATE_TO_HA |
| dictionary | HA_OPMODE_TO_GH = {STATE_OFF: "off", STATE_AUTO: "timer", STATE_MANUAL: "override"} |
| string | STATE_AUTO = "auto" |
| string | STATE_MANUAL = "manual" |
Support for Genius Hub water_heater devices.
| None homeassistant.components.geniushub.water_heater.async_setup_entry | ( | HomeAssistant | hass, |
| GeniusHubConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Genius Hub water heater entities.
Definition at line 36 of file water_heater.py.
| list homeassistant.components.geniushub.water_heater.GH_HEATERS = ["hot water temperature"] |
Definition at line 33 of file water_heater.py.
| dictionary homeassistant.components.geniushub.water_heater.GH_STATE_TO_HA |
Definition at line 21 of file water_heater.py.
| dictionary homeassistant.components.geniushub.water_heater.HA_OPMODE_TO_GH = {STATE_OFF: "off", STATE_AUTO: "timer", STATE_MANUAL: "override"} |
Definition at line 20 of file water_heater.py.
| string homeassistant.components.geniushub.water_heater.STATE_AUTO = "auto" |
Definition at line 16 of file water_heater.py.
| string homeassistant.components.geniushub.water_heater.STATE_MANUAL = "manual" |
Definition at line 17 of file water_heater.py.