#Does the state of a device_tracker.* change to the zone its in ?

1 messages · Page 1 of 1 (latest)

round crown
#

Was making an automation if someone lingers in a zone for 1 minute i get a notification.
was wondering if state is the correct trigger ?

trigger: state
entity_id:
  - device_tracker.partner
to: WorkZone
for:
  hours: 0
  minutes: 1
  seconds: 0