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