Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.modern_forms.const
 

Variables

string homeassistant.components.modern_forms.const.ATTR_SLEEP_TIME = "sleep_time"
 
int homeassistant.components.modern_forms.const.CLEAR_TIMER = 0
 
string homeassistant.components.modern_forms.const.DOMAIN = "modern_forms"
 
string homeassistant.components.modern_forms.const.OPT_BRIGHTNESS = "brightness"
 
string homeassistant.components.modern_forms.const.OPT_ON = "on"
 
string homeassistant.components.modern_forms.const.OPT_SPEED = "speed"
 
string homeassistant.components.modern_forms.const.SERVICE_CLEAR_FAN_SLEEP_TIMER = "clear_fan_sleep_timer"
 
string homeassistant.components.modern_forms.const.SERVICE_CLEAR_LIGHT_SLEEP_TIMER = "clear_light_sleep_timer"
 
string homeassistant.components.modern_forms.const.SERVICE_SET_FAN_SLEEP_TIMER = "set_fan_sleep_timer"
 
string homeassistant.components.modern_forms.const.SERVICE_SET_LIGHT_SLEEP_TIMER = "set_light_sleep_timer"