Temporarily disable sonos_leader in speech wait template

This commit is contained in:
2020-03-15 10:05:37 +02:00
parent 1606afcc18
commit b8f27f6854
+2 -1
View File
@@ -67,7 +67,8 @@ script:
message: "{{ message }}"
# Wait for phrase to be over and mark as not talking.
- delay: 00:00:01
- wait_template: "{{ is_state(states('input_select.sonos_leader'), 'paused') }}"
# TODO: Use sonos_leader, otherwise the whole thing is kinda pointless :/
- wait_template: "{{ is_state('media_player.master_bedroom', 'paused') }}"
timeout: 00:02:00
- service: input_boolean.turn_off
entity_id: input_boolean.sarah_talking