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

Variables

string ATTR_HOST = "host"
 
string ATTR_VERSION = "version"
 
string DATA_CLIENT = "client"
 
string DATA_DEVICE_INFO = "device_info"
 
string DEV_ID = "uuid"
 
string DEV_LED_PROFILE = "led_profile"
 
string DEV_MODEL = "product_code"
 
string DEV_NAME = "device_name"
 
string DEV_PROFILE_RGB = "RGB"
 
string DEV_PROFILE_RGBW = "RGBW"
 
string DOMAIN = "twinkly"
 
string MIN_EFFECT_VERSION = "2.7.1"
 

Detailed Description

Const for Twinkly.

Variable Documentation

◆ ATTR_HOST

string homeassistant.components.twinkly.const.ATTR_HOST = "host"

Definition at line 6 of file const.py.

◆ ATTR_VERSION

string homeassistant.components.twinkly.const.ATTR_VERSION = "version"

Definition at line 7 of file const.py.

◆ DATA_CLIENT

string homeassistant.components.twinkly.const.DATA_CLIENT = "client"

Definition at line 18 of file const.py.

◆ DATA_DEVICE_INFO

string homeassistant.components.twinkly.const.DATA_DEVICE_INFO = "device_info"

Definition at line 19 of file const.py.

◆ DEV_ID

string homeassistant.components.twinkly.const.DEV_ID = "uuid"

Definition at line 10 of file const.py.

◆ DEV_LED_PROFILE

string homeassistant.components.twinkly.const.DEV_LED_PROFILE = "led_profile"

Definition at line 13 of file const.py.

◆ DEV_MODEL

string homeassistant.components.twinkly.const.DEV_MODEL = "product_code"

Definition at line 12 of file const.py.

◆ DEV_NAME

string homeassistant.components.twinkly.const.DEV_NAME = "device_name"

Definition at line 11 of file const.py.

◆ DEV_PROFILE_RGB

string homeassistant.components.twinkly.const.DEV_PROFILE_RGB = "RGB"

Definition at line 15 of file const.py.

◆ DEV_PROFILE_RGBW

string homeassistant.components.twinkly.const.DEV_PROFILE_RGBW = "RGBW"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ MIN_EFFECT_VERSION

string homeassistant.components.twinkly.const.MIN_EFFECT_VERSION = "2.7.1"

Definition at line 22 of file const.py.