Can delete zone

Hi I have a four zones.
1 x that I have created manually in zones.yaml, 2 x that I have created in the map’s in HA in the zones area and another which I have renamed “dont use” but don’t know where it has come from or how to delete it

Can this be deleted or at least edited (ie reduce the radius) as at this stage I am not able to alter it apart from the location.

Cheers Ants

If you click on edit (pencil) for “Don’t use zone”, does it take you to the “config/general” page? If so, this is the original Home zone. I don’t believe it can be deleted. However, you can change its name. Therefore, you could delete one of your other zones and rename this one to match. Although normally that zone would be where HA is implemented. I use the following in customize.yaml:

zone.home:
  friendly_name: 5E
  radius: 1
  icon: mdi:circle-small

The down-side is that anybody in this zone shows up as “Home” rather than “5E” like I would prefer. I haven’t found a way of dealing with that simply, although I haven’t really looked.

Note that customizing the home zone doesn’t seem to update when you reload “Location and Cusomizations” from “Developer Tools” (for me at least). Restarting HA works. Calling the homeassistant.update_entity service seems to work sometimes, but not for all radius changes. Not sure what’s going on there.