hansen-hasst/ui-lovelace.yaml
2022-12-28 17:54:28 +01:00

56 lines
1.6 KiB
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: "TV Remote"
path: 1
cards:
- type: custom:vertical-layout
type: vertical-stack
cards:
!include lovelace/dashboard/harmony/harmony.yaml
- type: custom:layout-break
- type: custom:vertical-layout
type: vertical-stack
cards:
!include lovelace/dashboard/harmony/volume_control.yaml
- type: custom:vertical-layout
title: "Laundry"
path: 2
cards:
- type: custom:vertical-layout
type: vertical-stack
cards:
!include lovelace/dashboard/laundry.yaml
- type: custom:vertical-layout
title: "Kunibert"
path: 3
cards:
- type: custom:vertical-layout
type: vertical-stack
cards:
!include lovelace/dashboard/kunibert.yaml