FINALLY fixed group announcements
This commit is contained in:
@@ -602,19 +602,14 @@ script:
|
|||||||
{% elif who in ['basement','basement_echo_dot'] %}
|
{% elif who in ['basement','basement_echo_dot'] %}
|
||||||
media_player.basement_echo_dot
|
media_player.basement_echo_dot
|
||||||
{% elif who in ['common'] %}
|
{% elif who in ['common'] %}
|
||||||
media_player.common_areas
|
group.common_areas
|
||||||
{% elif who in ['Everywhere','everywhere'] %}
|
{% elif who in ['Everywhere','everywhere'] %}
|
||||||
media_player.everywhere
|
group.alexa_everywhere
|
||||||
{% else %}
|
{% else %}
|
||||||
media_player.living_room_echo_dot
|
media_player.living_room_echo_dot
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data:
|
data:
|
||||||
type: >
|
type: tts
|
||||||
{% 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