Turn on lights in K's bedroom at bedtime

This commit is contained in:
2022-05-11 18:58:46 -04:00
parent 343a410e98
commit 37fcd61dfb

View File

@ -347,6 +347,10 @@
entity_id: sensor.pirateweather_temperature entity_id: sensor.pirateweather_temperature
below: '40' below: '40'
sequence: sequence:
- service: light.turn_on
data: {}
target:
area_id: kallen_bedroom
- service: script.speech_engine - service: script.speech_engine
data: data:
who: kallen_bedroom who: kallen_bedroom
@ -366,6 +370,10 @@
target: target:
entity_id: input_boolean.white_noise_kallen_bedroom entity_id: input_boolean.white_noise_kallen_bedroom
default: default:
- service: light.turn_on
data: {}
target:
area_id: kallen_bedroom
- service: script.speech_engine - service: script.speech_engine
data: data:
who: kallen_bedroom who: kallen_bedroom