This gives a possibility to add ALL yaml files located inside “conf” folder (including subfolders):
homeassistant:
packages: !include_dir_named conf
Currently to EXCLUDE some yaml file from “packaging” I change the file’s name into smth like “*.disabled”.
If I need to exclude a whole FOLDER this renaming must be done for each yaml file.
In some mediaportals like MediaPortal, Kodi there is a possibility to exclude some folder(s) from a scanning process: if a folder contains a file named “nomedia” - then this folder is excluded.
I propose to add a similar functionality into HA: if some folder contains “excluded” (or whatever) file - then this package is not used (including subfolders).
trying to figure out why you would want to exclude, but cant come up with a reason I would require any file I purposely store in the shared Packages folder to be ignored.