Hi All,
Is there a way to reference you card configurations as another yaml file in order to keep your ui-lovelace.yaml file from becoming crazy long?
For example, doing something like this, where home.yaml would include all of the code that should be included in the layout card:
#PROTOTYPE
- title: prototype
panel: true
cards:
- config: /local/lovelace/config/home.yaml
type: custom:layout-card
Thanks in advance for your help.
John