add scenes

This commit is contained in:
Christian Kauer 2021-11-02 20:46:00 +01:00
parent 8e94557f60
commit 37c7b0ae33
4 changed files with 62 additions and 0 deletions

8
integrations/scene.yaml Normal file
View File

@ -0,0 +1,8 @@
# Add support for scenes
#
# https://www.home-assistant.io/integrations/scene
#
# This include is for the scene editor/UI
scene: !include ../scenes.yaml
scene split: !include_dir_list ../scenes

View File

@ -0,0 +1,18 @@
id: 942d3a82-c07c-43d3-b2b9-f45f85e3b2e4
name: "Frühstückszeit"
icon: mdi:weather-sunset-up
entities:
light.attic_ceiling_spots:
state: "on"
color_temp: "154" # https://www.home-assistant.io/integrations/light/
brightness: 255
light.wohnzimmerlichter:
state: "off"
light.stricklicht:
state: "off"
light.esszimmerlichter:
state: "on"
light.kitchenlights:
state: "on"
switch.metered_wall_plug_switch_node4:
state: "on"

View File

@ -0,0 +1,16 @@
id: c120f32d-150c-42ad-9af4-d5dbd5323dcb
name: "Schalfenszeit"
icon: mdi:weather-night
entities:
light.attic_ceiling_spots:
state: "off"
light.wohnzimmerlichter:
state: "off"
light.stricklicht:
state: "off"
light.esszimmerlichter:
state: "off"
light.kitchenlights:
state: "off"
switch.metered_wall_plug_switch_node4:
state: "off"

20
scenes/attic_tvtime.yaml Normal file
View File

@ -0,0 +1,20 @@
id: 2513754c-83b6-47f0-be5a-ef4bf38d6fc8
name: "TV-Abend"
icon: mdi:weather-sunset-down
entities:
light.attic_ceiling_spots:
state: "on"
color_temp: "400"
brightness: 125
light.wohnzimmerlichter:
state: "on"
color_temp: "400"
brightness: 200
light.stricklicht:
state: "on"
light.esszimmerlichter:
state: "off"
light.kitchenlights:
state: "off"
switch.metered_wall_plug_switch_node4:
state: "on"