misc minor updates

This commit is contained in:
Mahasri Kalavala
2020-04-12 13:48:04 -04:00
parent 59375f1665
commit 29507952e2
7 changed files with 143 additions and 33 deletions

View File

@@ -392,7 +392,7 @@ automation:
action:
- service_template: >
{% if states('input_boolean.home_mode_away') == 'off' %}
script.play_ringtone
script.play_fav_song
{% else %}
script.play_dog_sounds
{% endif %}