From ba38289abc8db56907203d2c25ba1f1fd1926c86 Mon Sep 17 00:00:00 2001 From: klonfish Date: Fri, 31 Jan 2020 00:32:31 +0100 Subject: [PATCH] Add some colorful scenes --- scenes/colorful_lights.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 scenes/colorful_lights.yaml 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