diff --git a/scenes/colorful_lights.yaml b/scenes/colorful_lights.yaml new file mode 100644 index 0000000..07853d9 --- /dev/null +++ b/scenes/colorful_lights.yaml @@ -0,0 +1,28 @@ +- name: Green & Pink + entities: + light.0xec1bbdfffe9cc96e_light: + state: on + brightness: 255 + xy_color: + - 0.46 + - 0.195 + light.0xec1bbdfffe59b929_light: + state: on + brightness: 255 + xy_color: + - 0.172 + - 0.747 +- name: Red & Blue + entities: + light.0xec1bbdfffe9cc96e_light: + state: on + brightness: 255 + xy_color: + - 0.136 + - 0.04 + light.0xec1bbdfffe59b929_light: + state: on + brightness: 255 + xy_color: + - 0.701 + - 0.299