First setup : config file

I’m try to use the configuration.yaml, I installed file editor, and navigated to /config/configuration.yaml

but the file is relatively small

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

# Text to speech
tts:
  - platform: google_translate

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

is this expected? I’m trying to setup my external IP as I have issue with SSL (encrypted seems to work fine).

Also any idea how to navigate to a another folder (for example the SSL folder) I don’t think I can go anywhere else than /config/

Yeah that’s fine. Default config contains a lot of items. See:

1 Like

Cool thank you, I though my config file was too small to be the real one, I’ll play around with it.
thanks again.