mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-09-01 18:56:40 +00:00
clean up
This commit is contained in:
@@ -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' }}"
|
||||
|
Reference in New Issue
Block a user