Always play Emma wakeup announcement, and play it in common areas
This commit is contained in:
@ -810,14 +810,9 @@ script:
|
|||||||
datetime: >
|
datetime: >
|
||||||
{% from 'time.jinja' import set_datetime %}
|
{% from 'time.jinja' import set_datetime %}
|
||||||
{{ set_datetime(0,5) }}
|
{{ set_datetime(0,5) }}
|
||||||
- if:
|
|
||||||
- condition: state
|
|
||||||
entity_id: binary_sensor.basement_occupied
|
|
||||||
state: 'on'
|
|
||||||
then:
|
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
who: basement
|
who: common
|
||||||
type: normal
|
type: normal
|
||||||
message: Emma has awoken, so it is time to make your way upstairs now
|
message: Emma has awoken, so it is time to make your way upstairs now
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
|
Reference in New Issue
Block a user