From 37fcd61dfbf6f94cd1db9746b4be76b07fec0e5b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 11 May 2022 18:58:46 -0400 Subject: [PATCH] Turn on lights in K's bedroom at bedtime --- automations.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/automations.yaml b/automations.yaml index 0c05b9d..2998819 100644 --- a/automations.yaml +++ b/automations.yaml @@ -347,6 +347,10 @@ entity_id: sensor.pirateweather_temperature below: '40' sequence: + - service: light.turn_on + data: {} + target: + area_id: kallen_bedroom - service: script.speech_engine data: who: kallen_bedroom @@ -366,6 +370,10 @@ target: entity_id: input_boolean.white_noise_kallen_bedroom default: + - service: light.turn_on + data: {} + target: + area_id: kallen_bedroom - service: script.speech_engine data: who: kallen_bedroom