From 0e3f774d438d6b15ec3944ae1a66c96dcd136fee Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 25 Mar 2020 22:25:10 -0400 Subject: [PATCH] Adding message when chromecast issue clears --- config/packages/notify.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config/packages/notify.yaml b/config/packages/notify.yaml index 9886e31..c0b4713 100755 --- a/config/packages/notify.yaml +++ b/config/packages/notify.yaml @@ -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"