Hi! I hope someone can help me to solve this as I am getting crazy with it.
I have a working config as the following:
"Séries TV TEST": overlay_files: - default: languages
I can even successfully add more complexity to it but I kept it simple for debbing purposes
I try to move this config to an external yaml file into overlays_series_tv_test.yml.
Here are the changed configuration:
"Séries TV TEST": overlay_files: - file: config/overlays_series_tv_test.yml
and
overlays: languages: overlay: name: languages
I have tryed many alternative config, with no success so far.
The logs say the yaml file gets loaded properly and that's it.
Can someone help please?