this post was submitted on 02 Feb 2026
32 points (97.1% liked)
homeassistant
18571 readers
32 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 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