mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
@ -45,13 +45,14 @@ ATTR_GROUP = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
COLOR_GROUP = [
|
COLOR_GROUP = [
|
||||||
ATTR_COLOR_NAME,
|
|
||||||
ATTR_COLOR_TEMP,
|
|
||||||
ATTR_HS_COLOR,
|
ATTR_HS_COLOR,
|
||||||
ATTR_KELVIN,
|
ATTR_COLOR_TEMP,
|
||||||
ATTR_PROFILE,
|
|
||||||
ATTR_RGB_COLOR,
|
ATTR_RGB_COLOR,
|
||||||
ATTR_XY_COLOR,
|
ATTR_XY_COLOR,
|
||||||
|
# The following color attributes are deprecated
|
||||||
|
ATTR_PROFILE,
|
||||||
|
ATTR_COLOR_NAME,
|
||||||
|
ATTR_KELVIN,
|
||||||
]
|
]
|
||||||
|
|
||||||
DEPRECATED_GROUP = [
|
DEPRECATED_GROUP = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user