Hello!
I added the proximity integration and configured it via GUI with:
- Zone: zone.home
- Devices or persons: person.bob
- Ignored zones: none
- Tolerance: 10 m
Alternatively, I tried it with device_tracker.phone_bob
instead of person.bob
.
However, I cannot see proximity.home
anywhere under entities or developer tools > states.
I see several new entities like sensor.home_<...>
.
And I have device_tracker.phone_bob
with latitude, longitude, and some further GPS-related attributes, but that comes from the phone sensors that I activated in the companion app (i assume, as this was available already before adding the proximity integration), and it obviously does not help.
I.e., I do miss proximity.home
, which I see referred to in so many places of other posts.
What might I be missing?
Do I have to set it up in configuration.yaml
instead? (would prefer the GUI, if possible)
Thanks for your help!