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

Variables

string ATTR_CCT = "cct"
 
string ATTR_COLOR_PRIMARY = "color_primary"
 
string ATTR_DURATION = "duration"
 
string ATTR_FADE = "fade"
 
string ATTR_INTENSITY = "intensity"
 
string ATTR_ON = "on"
 
string ATTR_SEGMENT_ID = "segment_id"
 
string ATTR_SOFTWARE_VERSION = "sw_version"
 
string ATTR_SPEED = "speed"
 
string ATTR_TARGET_BRIGHTNESS = "target_brightness"
 
string ATTR_UDP_PORT = "udp_port"
 
int COLOR_TEMP_K_MAX = 6535
 
int COLOR_TEMP_K_MIN = 2000
 
string CONF_KEEP_MAIN_LIGHT = "keep_master_light"
 
bool DEFAULT_KEEP_MAIN_LIGHT = False
 
string DOMAIN = "wled"
 
 LOGGER = logging.getLogger(__package__)
 
 RELEASES_SCAN_INTERVAL = timedelta(hours=3)
 
 SCAN_INTERVAL = timedelta(seconds=10)
 

Detailed Description

Constants for the WLED integration.

Variable Documentation

◆ ATTR_CCT

string homeassistant.components.wled.const.ATTR_CCT = "cct"

Definition at line 22 of file const.py.

◆ ATTR_COLOR_PRIMARY

string homeassistant.components.wled.const.ATTR_COLOR_PRIMARY = "color_primary"

Definition at line 23 of file const.py.

◆ ATTR_DURATION

string homeassistant.components.wled.const.ATTR_DURATION = "duration"

Definition at line 24 of file const.py.

◆ ATTR_FADE

string homeassistant.components.wled.const.ATTR_FADE = "fade"

Definition at line 25 of file const.py.

◆ ATTR_INTENSITY

string homeassistant.components.wled.const.ATTR_INTENSITY = "intensity"

Definition at line 26 of file const.py.

◆ ATTR_ON

string homeassistant.components.wled.const.ATTR_ON = "on"

Definition at line 27 of file const.py.

◆ ATTR_SEGMENT_ID

string homeassistant.components.wled.const.ATTR_SEGMENT_ID = "segment_id"

Definition at line 28 of file const.py.

◆ ATTR_SOFTWARE_VERSION

string homeassistant.components.wled.const.ATTR_SOFTWARE_VERSION = "sw_version"

Definition at line 29 of file const.py.

◆ ATTR_SPEED

string homeassistant.components.wled.const.ATTR_SPEED = "speed"

Definition at line 30 of file const.py.

◆ ATTR_TARGET_BRIGHTNESS

string homeassistant.components.wled.const.ATTR_TARGET_BRIGHTNESS = "target_brightness"

Definition at line 31 of file const.py.

◆ ATTR_UDP_PORT

string homeassistant.components.wled.const.ATTR_UDP_PORT = "udp_port"

Definition at line 32 of file const.py.

◆ COLOR_TEMP_K_MAX

int homeassistant.components.wled.const.COLOR_TEMP_K_MAX = 6535

Definition at line 36 of file const.py.

◆ COLOR_TEMP_K_MIN

int homeassistant.components.wled.const.COLOR_TEMP_K_MIN = 2000

Definition at line 35 of file const.py.

◆ CONF_KEEP_MAIN_LIGHT

string homeassistant.components.wled.const.CONF_KEEP_MAIN_LIGHT = "keep_master_light"

Definition at line 18 of file const.py.

◆ DEFAULT_KEEP_MAIN_LIGHT

bool homeassistant.components.wled.const.DEFAULT_KEEP_MAIN_LIGHT = False

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 11 of file const.py.

◆ LOGGER

homeassistant.components.wled.const.LOGGER = logging.getLogger(__package__)

Definition at line 13 of file const.py.

◆ RELEASES_SCAN_INTERVAL

homeassistant.components.wled.const.RELEASES_SCAN_INTERVAL = timedelta(hours=3)

Definition at line 15 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.wled.const.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 14 of file const.py.