Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vallox.ServiceMethodDetails
 
class  homeassistant.components.vallox.ValloxServiceHandler
 

Namespaces

 homeassistant.components.vallox
 

Functions

bool homeassistant.components.vallox.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.vallox.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.vallox._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.vallox.ATTR_DURATION = "duration"
 
string homeassistant.components.vallox.ATTR_PROFILE = "profile"
 
string homeassistant.components.vallox.ATTR_PROFILE_FAN_SPEED = "fan_speed"
 
 homeassistant.components.vallox.CONFIG_SCHEMA
 
 homeassistant.components.vallox.SERVICE_SCHEMA_SET_PROFILE
 
 homeassistant.components.vallox.SERVICE_SCHEMA_SET_PROFILE_FAN_SPEED
 
string homeassistant.components.vallox.SERVICE_SET_PROFILE = "set_profile"
 
string homeassistant.components.vallox.SERVICE_SET_PROFILE_FAN_SPEED_AWAY = "set_profile_fan_speed_away"
 
string homeassistant.components.vallox.SERVICE_SET_PROFILE_FAN_SPEED_BOOST = "set_profile_fan_speed_boost"
 
string homeassistant.components.vallox.SERVICE_SET_PROFILE_FAN_SPEED_HOME = "set_profile_fan_speed_home"
 
dictionary homeassistant.components.vallox.SERVICE_TO_METHOD