35 lines
979 B
YAML
Executable File
35 lines
979 B
YAML
Executable File
---
|
|
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
|
|
- type: custom:layout-break
|
|
- type: custom:vertical-layout
|
|
type: vertical-stack
|
|
cards:
|
|
!include lovelace/dashboard/sensors.yaml
|
|
- type: custom:vertical-layout
|
|
title: "Kunibert"
|
|
path: 1
|
|
cards:
|
|
- type: custom:vertical-layout
|
|
type: vertical-stack
|
|
cards:
|
|
!include lovelace/dashboard/kunibert.yaml |