Fix for speaker groups
This commit is contained in:
@ -586,12 +586,17 @@ script:
|
|||||||
{% elif who in ['common'] %}
|
{% elif who in ['common'] %}
|
||||||
media_player.common_areas
|
media_player.common_areas
|
||||||
{% elif who in ['Everywhere','everywhere'] %}
|
{% elif who in ['Everywhere','everywhere'] %}
|
||||||
media_player.alexa_everywhere
|
media_player.everywhere
|
||||||
{% else %}
|
{% else %}
|
||||||
media_player.living_room_echo_dot
|
media_player.living_room_echo_dot
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data:
|
data:
|
||||||
type: tts
|
type: >
|
||||||
|
{% if who in ['common','Everywhere','everywhere'] %}
|
||||||
|
announce
|
||||||
|
{% else %}
|
||||||
|
tts
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Default audible notifications. Notifcations play on the google devices.
|
# Default audible notifications. Notifcations play on the google devices.
|
||||||
jarvis_voice:
|
jarvis_voice:
|
||||||
|
Reference in New Issue
Block a user