diff --git a/automations.yaml b/automations.yaml index ddd994f..ccb193f 100644 --- a/automations.yaml +++ b/automations.yaml @@ -155,7 +155,7 @@ description: Runs when family arrives at home trigger: - platform: state - entity_id: sensor.family_presence + entity_id: group.family from: not_home to: home - platform: event @@ -171,7 +171,7 @@ description: Runs when the family has left home trigger: - platform: state - entity_id: sensor.family_presence + entity_id: group.family from: home to: not_home - platform: event diff --git a/packages/presence.yaml b/packages/presence.yaml index 77f75fa..3d5fe3f 100644 --- a/packages/presence.yaml +++ b/packages/presence.yaml @@ -282,7 +282,7 @@ script: alias: Family Is Away sequence: - condition: state - entity_id: sensor.family_presence + entity_id: group.family state: not_home - service: light.turn_off target: