I have an automation setup to fire based on the state of my “family” group changing to Away. If I delete and recreate the automation, it seems to work once but doesn’t trigger again after that point.
I’ve confirmed that the group.family entity is successfully reporting away:
YAML for the automation is below:
- id: '1641105629441'
alias: 'Vacuum: start when away'
description: ''
trigger:
- platform: state
entity_id: group.family
to: Away
condition: []
action:
- device_id: c5b7e1cd14e602974d3967ea5eb95b2d
domain: vacuum
entity_id: vacuum.roborock_s7
type: clean
- service: notify.mobile_app_jons_iphone
data:
message: Vacuum triggered
title: Vacuum triggered
mode: single
max: 10
I previously had conditions to only trigger the automation during certain hours but removed that hoping to solve the issue.
Thanks for your suggestions.