Home Assistant Unofficial Reference 2024.12.1
water_heater.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hive.water_heater.HiveWaterHeater
 

Namespaces

 homeassistant.components.hive.water_heater
 

Functions

None homeassistant.components.hive.water_heater.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.hive.water_heater.HASS_TO_HIVE_STATE
 
dictionary homeassistant.components.hive.water_heater.HIVE_TO_HASS_STATE
 
string homeassistant.components.hive.water_heater.HOTWATER_NAME = "Hot Water"
 
int homeassistant.components.hive.water_heater.PARALLEL_UPDATES = 0
 
 homeassistant.components.hive.water_heater.SCAN_INTERVAL = timedelta(seconds=15)
 
list homeassistant.components.hive.water_heater.SUPPORT_WATER_HEATER = [STATE_ECO, STATE_ON, STATE_OFF]