This didn’t work for me.
Did you reload Locations after applying the change (Developer Tools > Yaml tab > Reload Locations & Customizations).
If that still didn’t work, show your configuration and customize.yaml files.
Amazing! Worked for me too.
Yes, I reloaded locations and restarted HA.
I don’t have anything related to zones or location in my config file.
Here is what’s in my customize.yaml…
zone.Home:
radius: 50
I think that should be:
zone.home:
i.e. all in lower case
Yep, what the post above says. Use lowercase h for home.
You also need to make sure you’re referencing the customize file correctly in configuration.yaml.
homeassistant:
customize: !include customize.yaml
Thanks for the edit needed.
When I attempt to enter the !include statement, I receive this error…
What did work for me was adding the below to my config yaml directly…
customize:
zone.home:
radius: 50
If you got the integration error, it means you didn’t add 2 spaces of indentation before customize:
, and HA thinks that customize is an integration.
It needs to go in exactly like my example, directly under the line in your yaml where you have homeassistant:
Okay, finally got it to work per your instructions… Thanks!
This did the trick. Super easy and uncomplicated. I appreciate it!
On the latest beta it is possible to do this by gui.