From 53459a63c7ca9338c89cda0b2764ba4dc7ddbd8d Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 24 Feb 2022 23:33:45 -0500 Subject: [PATCH] Changed the family is home sensor...again...so thats means updating things. --- config/packages/events.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/packages/events.yaml b/config/packages/events.yaml index e9a5e9a..c708914 100755 --- a/config/packages/events.yaml +++ b/config/packages/events.yaml @@ -320,8 +320,8 @@ script: entity_id: input_boolean.audible_notifications state: 'on' - condition: state - entity_id: sensor.family_status - state: Home + entity_id: group.family + state: 'home' - service: media_player.turn_on entity_id: media_player.ha_blue - service: media_player.volume_set @@ -337,8 +337,8 @@ script: digital_learning_notification: sequence: - condition: state - entity_id: sensor.family_status - state: Home + entity_id: group.people + state: 'home' - service: script.status_annc data_template: who: '{{ states.sensor.room_presence.state }}'