Keep ui-lovelace.yaml clean?

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

1 Like
1 Like

Thanks everyone, this is all exactly what I needed!