This commit is contained in:
Mahasri Kalavala
2022-12-04 19:02:34 -05:00
parent 2d312aaf11
commit 97c8ced097
29 changed files with 300 additions and 311 deletions

View File

@@ -44,6 +44,6 @@ automation:
entity_id: input_text.tts
action:
- service: script.voice_notify
data_template:
data:
message: "{{ trigger.to_state.state }}"
greeting: "{{ 'yes' if states('input_boolean.greeting') == 'on' else 'no' }}"