Hello,
for all new zones that i created the system allows me to input the radius. But for the actual home zone the system does not allow me to increase the radius.
Anyone who can help me how to increase it?
Hello,
for all new zones that i created the system allows me to input the radius. But for the actual home zone the system does not allow me to increase the radius.
Anyone who can help me how to increase it?
I did that in configuration.yaml:
# Zone override
zone:
- name: Home
latitude: 56.301212
longitude: 14.9596935
radius: 30
icon: mdi:account-multiple
yes i did this but it is not override it. It creates one new zone
Not in my case, strange…
Are you sure, you use the same name?
yes same name
It creates a new entity with name: zone.home_2
very strange. It should just work, according to the docs…
I had a similar problem with persons → tried to define myself in yaml → ended up with a _2
person entry. In my case, the id of my person
didn’t match what was displayed in the Developer Tools / States
.
So I deleted all my yaml entries, rebooted the HA Instance, and readded the yaml configs with the proper ids as found in States. Then it worked.
So to maybe answer your question → look at the name of that zone in Developer Tools / States
and make sure it is in fact zone.home and not maybe something else?