Use packages in HASSIO

Hello,
i want to split my config by the use of packages:
So my configuration file at the top is:

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

I have also made a directory packages and place the files from my other home assistant installation.
I have restart HASSIO, But it doesn’t work in HASSIO.

Do i miss something?

It doesn’t go under default_config it goes under homeassistant:

I know but from i dont have homeassistant at the top of my config file at default.
When i use homeassitant instead of default_config and i restart home assistant i lose my whole menu at the left site…

homeassistant:
  packages: !include_dir_named packages

default_config:
2 Likes

Perfect! Thanks a lot!

1 Like