So I’d like to start using more packages to organize things better. I currently have a sub-folder called packages, and I am using !include_dir_named packages under homeassistant: to include those YAML files.
When I have just one YAML file in the packages folder, everything works great. As soon as I add a second file into the packages folder, the dark sky sensors in my first file (weather.yaml) won’t load on startup. It is so strange. The second file could be totally empty, and it still will break the configuration. What’s even weirder is that there are some components from the first file that still seem to load properly, such as groups.
I tried manually including the package file names instead of using the include_dir_names, same behavior. Having 2 packages breaks it.