Chromecast keeps going offline. This will switch house audio to google devices

This commit is contained in:
Jeffrey Stone 2020-03-25 21:57:13 -04:00
parent 455c95eb86
commit e7ae5451d7
1 changed files with 21 additions and 0 deletions

View File

@ -56,6 +56,27 @@ notify:
- platform: alexa_media
name: alexa_media
automation:
- id: audio_isssue
alias: Audio Issue
initial_state: true
trigger:
- platform: state
entity_id: media_player.theater
to: 'unavailable'
action:
- service: input_boolean.turn_off
entity_id: input_boolean.audible_notifications
- service: script.text_notify
data_template:
who: "jeff"
title: "Audio Issue"
message: "HA Audioble Notifications turning off due to Chromecast Issue"
script: