diff --git a/automations.yaml b/automations.yaml index 38b0dbc..1d754eb 100644 --- a/automations.yaml +++ b/automations.yaml @@ -174,6 +174,9 @@ - condition: state entity_id: group.family state: unknown + - condition: state + entity_id: binary_sensor.internet + state: 'off' action: - service: script.family_is_home data: {} @@ -205,6 +208,9 @@ - condition: state entity_id: group.family state: unknown + - condition: state + entity_id: binary_sensor.internet + state: 'off' action: - service: script.family_is_away data: {}