I have the following automation. The goal is to open the garage when I get home. To test, I have changed it to just notify me (instead of actually opening the garage.
The problem is that it keeps triggering every few minutes even if I am sitting in the same place in my house with my phone in my pocket. I jave a Samsun S21 Ultra.
Any suggestions?
alias: Lee is home
description: ""
triggers:
- trigger: state
entity_id:- device_tracker.sm_g998u
from: not_home
to: home
conditions: []
actions:
- device_tracker.sm_g998u
- action: notify.mobile_app_sm_g998u
metadata: {}
data:
message: Lee is home
mode: single