Chromecast keeps going offline. This will switch house audio to google devices
This commit is contained in:
parent
455c95eb86
commit
e7ae5451d7
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue