Fixing some typos....

This commit is contained in:
Jeffrey Stone
2020-12-03 00:11:42 -05:00
parent ddf2db533d
commit 68d5778513
3 changed files with 20 additions and 44 deletions

View File

@@ -23,14 +23,7 @@ automation:
- service: script.jarvis_voice
data_template:
who: '{{ states.sensor.room_audio.state }}'
message: >
<p>
{{ [
'Anchorage House has been configured for a House Party.',
'Incense has been turned on.',
'I have enabled house party protocol.'
] | random }}
</p>
message: Incense has been turned on.
- id: house_party_protocol_off
alias: Turn Off House Party Protocol
@@ -45,11 +38,5 @@ automation:
- service: script.jarvis_voice
data_template:
who: '{{ states.sensor.room_audio.state }}'
message: >
<p>
{{ [
'The House Party has been canceled.',
'Incense has been turned off.',
'I have disabled house party protocol.'
] | random }}
</p>
message: Incense has been turned off.