Thomas 4 years ago
parent
commit
eeb61b133c
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 1
      configuration.yaml
  2. 9
      scenes/bright_pleasant_light.yaml

1
configuration.yaml

@ -33,6 +33,7 @@ sensor: !include_dir_merge_list sensors @@ -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

9
scenes/bright_pleasant_light.yaml

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
- name: Bright and Pleasant
entities:
light.fenster_lampen:
state: on
brightness: 255
xy_color:
- 0.443
- 0.379
Loading…
Cancel
Save