From 5611c02c7ea488c2b7b25ad78bed31d5368e8fea Mon Sep 17 00:00:00 2001 From: klonfish Date: Fri, 31 Jan 2020 00:15:50 +0100 Subject: [PATCH] Add scene for bright and pleasant light --- configuration.yaml | 1 + scenes/bright_pleasant_light.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 scenes/bright_pleasant_light.yaml diff --git a/configuration.yaml b/configuration.yaml index a0a341d..4da65b8 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -33,6 +33,7 @@ sensor: !include_dir_merge_list sensors switch: !include_dir_merge_list switches light: !include_dir_merge_list lights automation: !include_dir_merge_list automations +scene: !include_dir_merge_list scenes hacs: sidepanel_title: Hacs Store diff --git a/scenes/bright_pleasant_light.yaml b/scenes/bright_pleasant_light.yaml new file mode 100644 index 0000000..c2a4e5b --- /dev/null +++ b/scenes/bright_pleasant_light.yaml @@ -0,0 +1,9 @@ +- name: Bright and Pleasant + entities: + light.fenster_lampen: + state: on + brightness: 255 + xy_color: + - 0.443 + - 0.379 +