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 +