Home Assistant Unofficial Reference 2024.12.1
water_heater.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.geniushub.water_heater.GeniusWaterHeater
 

Namespaces

 homeassistant.components.geniushub.water_heater
 

Functions

None homeassistant.components.geniushub.water_heater.async_setup_entry (HomeAssistant hass, GeniusHubConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

list homeassistant.components.geniushub.water_heater.GH_HEATERS = ["hot water temperature"]
 
dictionary homeassistant.components.geniushub.water_heater.GH_STATE_TO_HA
 
dictionary homeassistant.components.geniushub.water_heater.HA_OPMODE_TO_GH = {STATE_OFF: "off", STATE_AUTO: "timer", STATE_MANUAL: "override"}
 
string homeassistant.components.geniushub.water_heater.STATE_AUTO = "auto"
 
string homeassistant.components.geniushub.water_heater.STATE_MANUAL = "manual"