Turn on lights in K's bedroom at bedtime
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user