Print resolved configuration.yaml on failed configuation

Hi All,

I am using a splitted configuration in combination with packages.

Now there is a custom integration which works fine if I directly put its configuration within configuration.yaml or in a splitted configuration file.
But if I put it within a package I receive an configuration error.

Using python3 -m homeassistant --script check_config --config "/config" -i I can print out the complete/resolved configuration.yaml. But only when the configuration is valid.
If it is not valid I do not receive any printout of what was resolved…

Is there any way to see which yaml layout the configuration is resolved to on a vailed verification?

Thanks :slight_smile: