Documentation and Info?

Sorry for the spam - updating the Docker image made the settings appear !

I’m running an HA instance using Docker on my Synology NAS and have some trouble configuring it.

Basically everything works. It detected a couple of devices and I added some through the web-interface.
I can see the home-assistant_v2.db, .storage/core.config_entries etc… on the file-system
but the configuration.yaml remains basically empty:

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

# Text to speech
tts:
- platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
```

Documentation mentions:
> We are going to help you make your first changes to configuration.yaml . To do this, we are going to install an add-on from the Home Assistant add-on store: the File editor. To get to the add-on store, go to Settings > Add-ons.

and:

> The path to your configuration directory can be found in the Home Assistant frontend
by going to Settings > System > Repairs > System information from the top right menu

But I can’t find neither Settings > System > Repairs, nor Settings > Add-ons (I don’t even have a menu Settings).

The UI looks considerable different than the one shown in the documentation

Any info what’s wrong here?

tia

1 Like