Can default_cofig coexists with http:

Can default_cofig coexists with http:

# Configure a default setup of Home Assistant (frontend, api, etc)
#default_config:

frontend:

http:
  server_port: 8702
  use_x_forwarded_for: true
  trusted_proxies:
    - ::1
    - 127.0.0.1
# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Well what makes you think it can’t?

After i add it
the http: got overided and it runs on 8123 instead of 8702

Did you restart ha?

Yes
Now I simply use put what all default_config defed and comment out the one I didn’t need