Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Modern Forms integration."""
2 
3 DOMAIN = "modern_forms"
4 
5 OPT_ON = "on"
6 OPT_SPEED = "speed"
7 OPT_BRIGHTNESS = "brightness"
8 
9 # Services
10 SERVICE_SET_LIGHT_SLEEP_TIMER = "set_light_sleep_timer"
11 SERVICE_CLEAR_LIGHT_SLEEP_TIMER = "clear_light_sleep_timer"
12 SERVICE_SET_FAN_SLEEP_TIMER = "set_fan_sleep_timer"
13 SERVICE_CLEAR_FAN_SLEEP_TIMER = "clear_fan_sleep_timer"
14 
15 ATTR_SLEEP_TIME = "sleep_time"
16 CLEAR_TIMER = 0