We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in Home Assistant you can include other YML files to help keep things somewhat clean.
Small example:
pages: - name: Home columns: - size: small widgets: !include page-1-widgets-left.yml - size: full widgets: !include page-1-widgets-middle.yml - size: small widgets: !include page-1-widgets-right.yml - name: Bookmarks columns: - size: small widgets: !include page-2-widgets-left.yml - size: full widgets: !include page-2-widgets-middle.yml - size: small widgets: !include page-2-widgets-right.yml
This would then load the contents of page-1-widgets-left.yml in that spot.
Rather than have everything in one large file, you could break things down into separate files.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the suggestion!
The syntax likely won't be the same and there may be some quirks but I can add something like this for the next release.
Sorry, something went wrong.
No branches or pull requests
Currently in Home Assistant you can include other YML files to help keep things somewhat clean.
Small example:
This would then load the contents of page-1-widgets-left.yml in that spot.
Rather than have everything in one large file, you could break things down into separate files.
The text was updated successfully, but these errors were encountered: