mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Setup binary_sensor for presence tracking. Minor tweaks
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@ say_discretely:
|
||||
sequence:
|
||||
- service_template: >
|
||||
{% if is_state('media_player.master_bedroom', 'playing')
|
||||
or is_state('input_boolean.guest_mode', 'on')
|
||||
or is_state('input_boolean.speech_notifications', 'off') %}
|
||||
or is_state('input_boolean.speech_notifications', 'off') %}
|
||||
script.telegram_say
|
||||
{% else %}
|
||||
script.sonos_blast
|
||||
|
||||
Reference in New Issue
Block a user