Adding message when chromecast issue clears

This commit is contained in:
Jeffrey Stone 2020-03-25 22:25:10 -04:00
parent e7ae5451d7
commit 0e3f774d43
1 changed files with 15 additions and 1 deletions

View File

@ -73,8 +73,22 @@ automation:
data_template:
who: "jeff"
title: "Audio Issue"
message: "HA Audioble Notifications turning off due to Chromecast Issue"
message: "HA Audible Notifications turning off due to Chromecast Issue"
- id: audio_isssue_cleared
alias: Audio Issue Cleared
initial_state: true
trigger:
- platform: state
entity_id: media_player.theater
from: 'unavailable'
to: 'off'
action:
- service: script.text_notify
data_template:
who: "jeff"
title: "Audio Issue Cleared"
message: "Main hromecast is back on"