Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.twinkly.const
 

Variables

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