From f7dd9615a34f26f9b485430078ab3601c3e4fa6b Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 11 Nov 2019 21:43:53 -0500 Subject: [PATCH] Added lights out scene for when we leave --- config/scenes.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/config/scenes.yaml b/config/scenes.yaml index 4c10bc6..15ca630 100755 --- a/config/scenes.yaml +++ b/config/scenes.yaml @@ -130,6 +130,28 @@ light.kitchen_cabinet_lights: state: on +- name: lights out + entities: + light.kitchen_cabinets: + state: off + light.kitchen_cabinet_lights: + state: off + switch.upstairs: + state: off + group.rgb_lr: + state: off + switch.fireplace_lights: + state: off + light.0xe20db9fffe004207_light: + state: off + light.0xe20db9fffe003637_light: + state: off + switch.0xf0d1b80000052281_switch: + state: off + switch.rail_lights: + state: off + + - name: haunted preshow entities: light.kitchen_cabinets: @@ -265,4 +287,4 @@ group.rgb_lr: state: on brightness_pct: 100 - rgb_color: [255,40,0] \ No newline at end of file + rgb_color: [255,40,0]