this post was submitted on 02 Feb 2026
32 points (97.1% liked)

homeassistant

18571 readers
29 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

I have a few old automations that are designed to unlock my front door, or open my garage door, depending on how I leave. If I ride my bike or car, it opens my garage, if I leave via front door, it opens the front door. Pretty simple. Except!!! I did this in pieces, so it's 2 separate automations. One detects my phone entering the "home zone", the other detects an event firing (iOS triggered the event via 'shortcuts')

There is now "zone based" automations, and there is also my "person entity". So the way I see it, I have 3 different ways to tell when I come home:

  1. My phone's gps enters the 'home zone'

  2. My HA 'person' state changes from 'away' to 'home'

  3. My phone's shortcut app fires an event that is detected.

I feel like #1 and #2 are the same, no? I only have one device linked to my person entity, and it's my phone. Is there any difference in this case? Is there a preferred choice?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Mpeach45@lemmy.world 1 points 2 weeks ago (1 children)

I'm new to HA so let me make sure I understand. Are you saying that setting up zones in the UI isn't enough to get them to work?

[โ€“] Cyber@feddit.uk 1 points 2 weeks ago

I'm from ye olden times, when everything was done in the yaml configuration files - so I prefer that approach.

The zones you create from the UI, work fine.

It's just that the default "home" zone appears to have some quirks that can only be set from configuration.yaml