From 1d1b70cd73daa727c8e73712e6e34de31c7bb07e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 12 Dec 2022 17:49:23 -0500 Subject: [PATCH] New scene for E's naptime, also fixed a minor typo --- packages/lighting.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/lighting.yaml b/packages/lighting.yaml index 386b83e..fe2d3d4 100644 --- a/packages/lighting.yaml +++ b/packages/lighting.yaml @@ -785,9 +785,22 @@ scene: state: "off" light.kallen_bedroom_lights: state: "off" - light.emma_bedroom_lights: + light.emma_bedroom_light: state: "off" input_select.upstairs_hallway_scenes: state: "Nightlight" input_select.upstairs_bathroom_scenes: - state: "Nightlight" \ No newline at end of file + state: "Nightlight" + - name: Emma Naptime + icon: mdi:palette + entities: + light.emma_bedroom_light: + state: "on" + input_select.emma_bedroom_scenes: + state: "Adaptive" + light.hallway_overhead: + state: "on" + input_select.upstairs_hallway_scenes: + state: "Adaptive" + input_boolean.white_noise_emma_bedroom: + state: "on" \ No newline at end of file