Moving back to audio output on Pi for announcements due to a chromecast issue.

This commit is contained in:
Jeffrey Stone
2019-07-24 14:09:46 -04:00
parent 68c848d570
commit de06ca1b01
6 changed files with 124 additions and 93 deletions

View File

@@ -347,10 +347,10 @@ script:
# entity_id: input_boolean.audible_notifications
# state: 'on'
# - condition: state
# entity_id: media_player.guest_tv
# entity_id: media_player.hass_speaker
# state: 'idle'
# - service: tts.google_say
# entity_id: media_player.guest_tv
# entity_id: media_player.hass_speaker
# data_template:
# message: "Sentry mode activated"
@@ -360,10 +360,10 @@ script:
# entity_id: input_boolean.audible_notifications
# state: 'on'
# - condition: state
# entity_id: media_player.guest_tv
# entity_id: media_player.hass_speaker
# state: 'idle'
# - service: tts.google_say
# entity_id: media_player.guest_tv
# entity_id: media_player.hass_speaker
# data_template:
# message: "Sentry mode deactivated"