Fix setting colors while reproducing a lights state (#28871)

* Fix setting colors while reproducing state

* Reorder list
This commit is contained in:
Santobert 2019-11-19 23:16:59 +01:00 committed by Paulus Schoutsen
parent b92b6c40b7
commit 8e7a9521dc

View file

@ -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 = [