--- button_card_templates: !include_dir_merge_named "custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/" title: "Overview" theme: "minimalist-desktop" background: "var(--background-image)" views: - type: "custom:grid-layout" title: "Overview" path: 0 layout: grid-template-columns: "1fr 1fr 1fr" grid-template-rows: "min-content" grid-template-areas: | "main popup" mediaquery: "(max-width: 1100px), (orientation: portrait)": grid-template-columns: "100%" grid-template-areas: "main" cards: - type: "vertical-stack" cards: !include lovelace/welcome.yaml - type: "vertical-stack" cards: !include lovelace/lights.yaml - type: "vertical-stack" cards: !include lovelace/climate.yaml - type: "vertical-stack" cards: !include lovelace/batteries.yaml - type: "vertical-stack" cards: !include lovelace/energy.yaml - type: "vertical-stack" cards: !include lovelace/nas.yaml - type: "vertical-stack" cards: !include lovelace/popup.yaml - type: "custom:grid-layout" title: "Testing" path: 1 layout: grid-template-columns: "1fr 1fr 1fr" grid-template-rows: "min-content" grid-template-areas: | "main popup" mediaquery: "(max-width: 1100px), (orientation: portrait)": grid-template-columns: "100%" grid-template-areas: "main" cards: !include lovelace/testing.yaml