Home Assistant Unofficial Reference 2024.12.1
water_heater.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.osoenergy.water_heater.OSOEnergyWaterHeater
 

Namespaces

 homeassistant.components.osoenergy.water_heater
 

Functions

list[JsonValueType] homeassistant.components.osoenergy.water_heater._convert_profile_to_local (list[float] values)
 
dt.datetime homeassistant.components.osoenergy.water_heater._get_local_hour (int utc_hour)
 
dt.datetime homeassistant.components.osoenergy.water_heater._get_utc_hour (int local_hour)
 
None homeassistant.components.osoenergy.water_heater.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.osoenergy.water_heater.ATTR_UNTIL_TEMP_LIMIT = "until_temp_limit"
 
string homeassistant.components.osoenergy.water_heater.ATTR_V40MIN = "v40_min"
 
string homeassistant.components.osoenergy.water_heater.SERVICE_GET_PROFILE = "get_profile"
 
string homeassistant.components.osoenergy.water_heater.SERVICE_SET_PROFILE = "set_profile"
 
string homeassistant.components.osoenergy.water_heater.SERVICE_SET_V40MIN = "set_v40_min"
 
string homeassistant.components.osoenergy.water_heater.SERVICE_TURN_OFF = "turn_off"
 
string homeassistant.components.osoenergy.water_heater.SERVICE_TURN_ON = "turn_on"