From b69726af0f855a038cc8068bffef2fd8abf99e7e Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 24 Feb 2022 23:20:25 -0500 Subject: [PATCH] Had to tweaking the media player content type... --- config/packages/cuckoo_clock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/cuckoo_clock.yaml b/config/packages/cuckoo_clock.yaml index a878efc..4ffd2c8 100755 --- a/config/packages/cuckoo_clock.yaml +++ b/config/packages/cuckoo_clock.yaml @@ -22,8 +22,8 @@ automation: - condition: or #Either we are home or Guest_Mode is on. conditions: - condition: state - entity_id: sensor.family_status - state: 'Home' + entity_id: group.family + state: 'home' - condition: state entity_id: input_boolean.guest_mode state: 'on' @@ -44,4 +44,4 @@ automation: {% else %} https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/cuckoo-clock-{{now().strftime("%I")}}.wav {% endif %} - media_content_type: audio/mp4 \ No newline at end of file + media_content_type: music \ No newline at end of file