23 lines
607 B
YAML
23 lines
607 B
YAML
|
---
|
||
|
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:vertical-layout
|
||
|
title: "Overview"
|
||
|
path: 0
|
||
|
cards:
|
||
|
- type: custom:vertical-layout
|
||
|
type: vertical-stack
|
||
|
cards:
|
||
|
!include lovelace/dashboard/hello_world.yaml
|
||
|
- type: custom:layout-break
|
||
|
- type: custom:vertical-layout
|
||
|
type: vertical-stack
|
||
|
cards:
|
||
|
!include lovelace/dashboard/lights.yaml
|
||
|
|