Fix briefings not playing due to invalid data
This commit is contained in:
@ -2837,7 +2837,8 @@
|
||||
alias: Daily Briefing
|
||||
sequence:
|
||||
- service: script.daily_briefing
|
||||
data: '{{ ''alexa_everywhere'' if is_state(''binary_sensor.master_bedroom_occupied'',''on'')
|
||||
data:
|
||||
who: '{{ ''alexa_everywhere'' if is_state(''binary_sensor.master_bedroom_occupied'',''on'')
|
||||
else ''common'' }}
|
||||
|
||||
'
|
||||
@ -2853,7 +2854,8 @@
|
||||
alias: Nightly Briefing
|
||||
sequence:
|
||||
- service: script.nightly_briefing
|
||||
data: '{{ ''alexa_everywhere'' if is_state(''binary_sensor.master_bedroom_occupied'',''on'')
|
||||
data:
|
||||
who: '{{ ''alexa_everywhere'' if is_state(''binary_sensor.master_bedroom_occupied'',''on'')
|
||||
else ''common'' }}
|
||||
|
||||
'
|
||||
|
Reference in New Issue
Block a user