Cannot edit home zone

I am having the same issue. I cannot edit my home zone. I cannot find an entry for it in my configuration.yaml either… what are we missing?

By default it doesn’t exist in YAML - but if you update to 2024.8 you can edit it entirely in the UI.

Hi there,
Same here:

  • Cleared browser cache to be sure.
  • Home zone is not configured in the yml file(s).
  • UI shows the locked edit icon next to the home zone.
  • UI reports: Zones configured via configuration.yaml cannot be edited via the UI

Versions:

  • Core: 2024.8.0
  • Supervisor: 2024.08.0
  • Operating System: 12.4
  • Frontend: 20240806.1

Ideas?

I also cannot edit the home zone. The frontend says:
‘Zones configured via configuration.yaml cannot be edited via the UI.’

I have no zones configured in configuration.yaml.

Can it be because of custom entries in configuration.yaml under homeassistant section as below?

homeassistant:
   external_url: "my url"
   internal_url: "another url"
   customize:
   # Add an entry for each entity that you want to overwrite.
    sensor.house_power_battery:
        battery_warning: 30

Versions:

  • Core 2024.8.1
  • Supervisor 2024.08.0
  • Operating System 13.0
  • Frontend 20240809.0

Hi there,

Confirmed! I’m now able to modify the home zone after removing the “homeassistant” (and external_url & internal_url) bit from configuration.yaml.

Thanks!