How to reduce the radius of the default Home zone

Not sure why this is so complicated in HA. As I was getting a second entity “home_2” i ended up using the “set_state” HACS as detailed in this post.

https://community.home-assistant.io/t/change-state-of-entity-in-ha-using-nodered/96373/16?u=honeybadger100

I have added it as part of a daily automation so even if I reboot HA, it will change back to “130”

1 Like

The customize tag seems to work best of all the different options.

I can’t understand why editing this value is just dismissed as “not possible” though.

It looks like you can go to Developer Tools → States, find your zone.home entity, and then use Set State to adjust the radius attribute

2 Likes

Yes, It’s been mentioned earlier. But does it survive a restart of Home Assistant?

As I wrote above. Add to the customize.yaml file

zone.home:
  radius: 50

Tried the following:

homeassistant:
  customize:
    zone.home:
      radius: 20

Restarted Home Assistant and it’s persistent and the radius is now 20 meters (according these settings).

Thank you to the one figuring this out!

13 Likes

Tried this too and it works !
Thank you !

How in the name of everything holy is this not just editable in the GUI already? When you can even edit new zones just fine. Unreal.

Can confirm that ppmg77’s entry solved it, I just edited the configuration.yaml file and put those four lines before the include lines.

2 Likes

Sorry, noob question: Which file did you add this to? configuration.yaml?

Yes, put it into configuration.yaml and restart Home Assistant.

Thanks for this! Added it to my configuration file and it worked perfectly! :smile:

This worked for me as well. Pretty annoying that the Home zone circle doesn’t just have a grab handle in the UI like the rest of the zones, though.

Spoke too soon - this “Set State” workaround didn’t persist over a reboot. I’ll use the configuration.yaml method mentioned earlier.

I solved it bey reading your troubles, and share the solution. Edited customize.yaml and, at the end, added:

zone.Home:
  radius: 30

where “Home” is the name i gave my home.

For some reason it doesn’t worked for me. Did you referenced the customize.yaml in your configuration.yaml file? because it just doesn’t do anything on my end… I had to create the customize file. Could be that?

Yes. There is a line in my config:

Blockquote
customize: !include customize.yaml

Works with ppmg77´s Code
Dont use your friendly home name!

This worked for me, thank you!

The fact that something like this has to be done and impossible to do this using GUI and that this problem has been reported since 2021 and has not been resolved yet is …special.

5 Likes

This worked like a charm! THank you

This didn’t work for me.