mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
parent
82f006bc5c
commit
0eabc27982
@ -13,4 +13,13 @@ SUPPORTED_COLOR_MODES = {
|
||||
slugify(name): num for num, name in COLOR_MODE.NAME_FOR_NUM.items()
|
||||
}
|
||||
|
||||
LIGHT_CIRCUIT_FUNCTIONS = {CIRCUIT_FUNCTION.INTELLIBRITE, CIRCUIT_FUNCTION.LIGHT}
|
||||
LIGHT_CIRCUIT_FUNCTIONS = {
|
||||
CIRCUIT_FUNCTION.COLOR_WHEEL,
|
||||
CIRCUIT_FUNCTION.DIMMER,
|
||||
CIRCUIT_FUNCTION.INTELLIBRITE,
|
||||
CIRCUIT_FUNCTION.LIGHT,
|
||||
CIRCUIT_FUNCTION.MAGICSTREAM,
|
||||
CIRCUIT_FUNCTION.PHOTONGEN,
|
||||
CIRCUIT_FUNCTION.SAL_LIGHT,
|
||||
CIRCUIT_FUNCTION.SAM_LIGHT,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user