forked from home-assistant/core
Use xy_color instead of color in the configuration example
This commit is contained in:
@@ -159,5 +159,5 @@ scene:
|
|||||||
light.tv_back_light: on
|
light.tv_back_light: on
|
||||||
light.ceiling:
|
light.ceiling:
|
||||||
state: on
|
state: on
|
||||||
color: [0.33, 0.66]
|
xy_color: [0.33, 0.66]
|
||||||
brightness: 200
|
brightness: 200
|
||||||
|
Reference in New Issue
Block a user