110 upgrade inernal/external urls?

I upgraded to 110 today and when I go to general configuration, the url section has a message “Editor disabled because config stored in configuration.yaml.”.

I checked my yaml and the line for “base url” is commented out. Why can’t I edit the urls?

Thanks for the info but I still can’t edit them via the general configuration editor.

Your Lovelace mode is yaml.
Open configuration.yaml in editor, find lovelace:
and find mode: yaml.
Comment it out.
OR
find homeassistant: and add:

  external_url: https://xxxxxxxx.xxxxxxx.xxx
  internal_url: http://xxx.xxx.x.xxx:8123
1 Like

I found that I couldn’t use the GUI until I commented out ALL settings covered in that page in my configuration.yaml not just base_url, so you have to comment out these as well:

  name: Home
  latitude: 32.87336
  longitude: 117.22743
  elevation: 430
  unit_system: metric
  time_zone: America/Los_Angeles 

Thank you . I understand how it works now.