Fix setting colors while reproducing a lights state (#28871)
* Fix setting colors while reproducing state * Reorder list
This commit is contained in:
parent
b92b6c40b7
commit
8e7a9521dc
1 changed files with 5 additions and 4 deletions
|
@ -45,13 +45,14 @@ ATTR_GROUP = [
|
|||
]
|
||||
|
||||
COLOR_GROUP = [
|
||||
ATTR_COLOR_NAME,
|
||||
ATTR_COLOR_TEMP,
|
||||
ATTR_HS_COLOR,
|
||||
ATTR_KELVIN,
|
||||
ATTR_PROFILE,
|
||||
ATTR_COLOR_TEMP,
|
||||
ATTR_RGB_COLOR,
|
||||
ATTR_XY_COLOR,
|
||||
# The following color attributes are deprecated
|
||||
ATTR_PROFILE,
|
||||
ATTR_COLOR_NAME,
|
||||
ATTR_KELVIN,
|
||||
]
|
||||
|
||||
DEPRECATED_GROUP = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue