Home Assistant URL under System/Network is grayed out

Hello. I am having trouble changing my internal and external URL in System/Network. Everything is grayed out. To clarify, I do not have an entry under “homeassistant” in configuration.yaml. I can change the files in core.config, but they are still grayed out and blocked or grayed out by something.

How can I make the entries editable again or remove the gray background?

Above it says:

You cannot change these settings in the user interface because you have saved the configuration in “configuration.yaml” under the key “homeassistant.”

But that’s not true!

Regards, Thorsten

Can you show your configuration.yaml? be very careful editing core.config.

# Loads default set of integrations. Do not remove.
default_config:

homeassistant:
  time_zone: Europe/Berlin
  packages: !include_dir_named packages
  allowlist_external_dirs:
    - /config

# scene.yaml / script.yaml / automations.yaml --> sollten im Stammverzeichnis bleiben und nicht in packages
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text to speech
tts:
  - platform: google_translate

# Kurzzeit Recorder
recorder:
  db_max_retries: 10
  commit_interval: 10
  auto_purge: true
  purge_keep_days: 180
  auto_repack: true
  exclude:
    domains:
      - device_tracker
      - media_player
      - uptime
      - time_date
      - worldclock
    entity_globs:
      - sensor.clock*
      - sensor.date*
      - sensor.glances*
      - sensor.time*
      - sensor.uptime*

# influxDB - Langzeit
influxdb:
  username: hainfluxuser
  password: ***
  tags:
    source: HA
  tags_attributes:
    - friendly_name
  default_measurement: state
  exclude:
    entities:
      - zone.home
    domains:
      - persistent_notification
      - person
  include:
    domains:
      - sensor
      - binary_sensor
      - light
      - cover

# für Cloudflare-Tunnel
http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
  ip_ban_enabled: true
  login_attempts_threshold: 5
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24

# Storage for Bubble Card Modules
template:
  - trigger:
      - trigger: event
        event_type: bubble_card_update_modules
    sensor:
      - name: "Bubble Card Modules"
        state: "saved"
        icon: "mdi:puzzle"
        attributes:
          modules: "{{ trigger.event.data.modules }}"
          last_updated: "{{ trigger.event.data.last_updated }}"

In Packages i have only groups.yaml and zone.yaml.

It’s not lying though :slight_smile: Try removing /config from there.

Unfortunately, that didn’t help. Do you have any other ideas?

Did you comment out both the lines ‘config’ and the ‘allowlist_’ …

  packages: !include_dir_named packages
#   allowlist_external_dirs:
#      - /config

Yes. I have. :frowning:

The section you are showing now, is that the only one mentioning something? Cause if it is, it might be related to what you put under the http section. Not sure though, what happens if you comment that one out and verify the yaml (don’t reload remotely)

I showed my configuration.yml above…

I meant ‘is the error only shown at “ha url” configuration, le are there other locations where the error is present’

It’s more of a cosmetic flaw. But no, not only there.