diff --git a/integrations/scene.yaml b/integrations/scene.yaml new file mode 100644 index 0000000..4a6e3e1 --- /dev/null +++ b/integrations/scene.yaml @@ -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 \ No newline at end of file diff --git a/scenes/attic_breakfasttime.yaml b/scenes/attic_breakfasttime.yaml new file mode 100644 index 0000000..2973105 --- /dev/null +++ b/scenes/attic_breakfasttime.yaml @@ -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" \ No newline at end of file diff --git a/scenes/attic_sleeptime.yaml b/scenes/attic_sleeptime.yaml new file mode 100644 index 0000000..13b7b60 --- /dev/null +++ b/scenes/attic_sleeptime.yaml @@ -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" \ No newline at end of file diff --git a/scenes/attic_tvtime.yaml b/scenes/attic_tvtime.yaml new file mode 100644 index 0000000..ed43335 --- /dev/null +++ b/scenes/attic_tvtime.yaml @@ -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" \ No newline at end of file