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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have multiple zones: home and almost-home (same center coordinates, just larger diameter)
This allows the house to "get ready" before someone is actually home, ie trigger lights to come on earlier.
It also helps with random GPS jumps.
Then, when the wifi connection is slow (maybe low phone battery) and people are literally outside the door, there's no awkward pauses before someone actually "arrives".
I also have zones for our work places, intending to be used as a double-check, ie not-home isn't usually good enough, I want the house to know we're all at work and then the internal house cameras come on, etc.
I also have a "visitors" flag, so that if friends / family are in and we leave, then the TV and lights don't turn off and they're not attacked by the laser robots...
Also, (from memory) the person entity can be a combo of GPS and ping sensors to ensure it's a correct reading
I do like the idea of different triggers for different zones. Especially zones for commonly visited locations (work, gym, grocery, etc). I really don't have many automations that trigger by my presence/absence, as all my lights are pretty much automatic. I like the house to look like I'm home, even if I'm not.
This has brought up another issue I have been battling - my 'home' zone refuses to be resized... I shrink it down, and literally the next time I leave, it triggers at the same damn spot, and when I open my config, it shows the same size circle. I think I just need to do some cleanup and updates to my system. It's been a while.
Yeah, the home zone is somewhat... different Zones
I do most of my config in yaml and all the zones are configured in a separate file, however, the home zone has (had? I've not checked in years) to be configured in configuration.yaml under the
homeassistant:section.You should be able to do something like:
If you're configuring zones from the UI, I think editing the file should still work.
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?
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 fromconfiguration.yaml