Changing all speech notifications to go through new speech engine.

This commit is contained in:
Jeffrey Stone
2020-12-04 12:55:04 -05:00
parent 8793ee9117
commit 7806532123
15 changed files with 129 additions and 104 deletions

View File

@@ -20,7 +20,7 @@ automation:
action:
- service: homeassistant.turn_on
entity_id: group.incense
- service: script.jarvis_voice
- service: script.speech_engine
data_template:
who: '{{ states.sensor.room_audio.state }}'
message: Incense has been turned on.
@@ -35,7 +35,7 @@ automation:
action:
- service: homeassistant.turn_off
entity_id: group.incense
- service: script.jarvis_voice
- service: script.speech_engine
data_template:
who: '{{ states.sensor.room_audio.state }}'
message: Incense has been turned off.