Classes | |
| class | HiveWaterHeater |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | HASS_TO_HIVE_STATE |
| dictionary | HIVE_TO_HASS_STATE |
| string | HOTWATER_NAME = "Hot Water" |
| int | PARALLEL_UPDATES = 0 |
| SCAN_INTERVAL = timedelta(seconds=15) | |
| list | SUPPORT_WATER_HEATER = [STATE_ECO, STATE_ON, STATE_OFF] |
Support for hive water heaters.
| None homeassistant.components.hive.water_heater.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Hive thermostat based on a config entry.
Definition at line 47 of file water_heater.py.
| dictionary homeassistant.components.hive.water_heater.HASS_TO_HIVE_STATE |
Definition at line 38 of file water_heater.py.
| dictionary homeassistant.components.hive.water_heater.HIVE_TO_HASS_STATE |
Definition at line 32 of file water_heater.py.
| string homeassistant.components.hive.water_heater.HOTWATER_NAME = "Hot Water" |
Definition at line 29 of file water_heater.py.
| int homeassistant.components.hive.water_heater.PARALLEL_UPDATES = 0 |
Definition at line 30 of file water_heater.py.
| homeassistant.components.hive.water_heater.SCAN_INTERVAL = timedelta(seconds=15) |
Definition at line 31 of file water_heater.py.
| list homeassistant.components.hive.water_heater.SUPPORT_WATER_HEATER = [STATE_ECO, STATE_ON, STATE_OFF] |
Definition at line 44 of file water_heater.py.