Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.modern_forms.const Namespace Reference

Variables

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

Detailed Description

Constants for the Modern Forms integration.

Variable Documentation

◆ ATTR_SLEEP_TIME

string homeassistant.components.modern_forms.const.ATTR_SLEEP_TIME = "sleep_time"

Definition at line 15 of file const.py.

◆ CLEAR_TIMER

int homeassistant.components.modern_forms.const.CLEAR_TIMER = 0

Definition at line 16 of file const.py.

◆ DOMAIN

string homeassistant.components.modern_forms.const.DOMAIN = "modern_forms"

Definition at line 3 of file const.py.

◆ OPT_BRIGHTNESS

string homeassistant.components.modern_forms.const.OPT_BRIGHTNESS = "brightness"

Definition at line 7 of file const.py.

◆ OPT_ON

string homeassistant.components.modern_forms.const.OPT_ON = "on"

Definition at line 5 of file const.py.

◆ OPT_SPEED

string homeassistant.components.modern_forms.const.OPT_SPEED = "speed"

Definition at line 6 of file const.py.

◆ SERVICE_CLEAR_FAN_SLEEP_TIMER

string homeassistant.components.modern_forms.const.SERVICE_CLEAR_FAN_SLEEP_TIMER = "clear_fan_sleep_timer"

Definition at line 13 of file const.py.

◆ SERVICE_CLEAR_LIGHT_SLEEP_TIMER

string homeassistant.components.modern_forms.const.SERVICE_CLEAR_LIGHT_SLEEP_TIMER = "clear_light_sleep_timer"

Definition at line 11 of file const.py.

◆ SERVICE_SET_FAN_SLEEP_TIMER

string homeassistant.components.modern_forms.const.SERVICE_SET_FAN_SLEEP_TIMER = "set_fan_sleep_timer"

Definition at line 12 of file const.py.

◆ SERVICE_SET_LIGHT_SLEEP_TIMER

string homeassistant.components.modern_forms.const.SERVICE_SET_LIGHT_SLEEP_TIMER = "set_light_sleep_timer"

Definition at line 10 of file const.py.