2022-08-03 22:35:03 +00:00
|
|
|
---
|
|
|
|
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
|
2022-08-04 22:55:24 +00:00
|
|
|
- type: custom:layout-break
|
|
|
|
- type: custom:vertical-layout
|
|
|
|
type: vertical-stack
|
|
|
|
cards:
|
2022-08-12 09:08:44 +00:00
|
|
|
!include lovelace/dashboard/sensors.yaml
|
|
|
|
- type: custom:vertical-layout
|
2023-07-14 23:04:33 +00:00
|
|
|
title: "Temperatures"
|
2022-08-12 09:08:44 +00:00
|
|
|
path: 1
|
2023-07-14 23:04:33 +00:00
|
|
|
cards:
|
|
|
|
- type: custom:horizontal-layout
|
|
|
|
type: vertical-stack
|
|
|
|
cards:
|
|
|
|
!include lovelace/dashboard/temperature.yaml
|
|
|
|
- type: custom:vertical-layout
|
|
|
|
title: "TV Remote"
|
|
|
|
path: 2
|
2022-08-18 14:45:03 +00:00
|
|
|
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
|
2022-12-28 16:54:28 +00:00
|
|
|
title: "Laundry"
|
2023-07-14 23:04:33 +00:00
|
|
|
path: 3
|
2022-12-28 16:54:28 +00:00
|
|
|
cards:
|
|
|
|
- type: custom:vertical-layout
|
|
|
|
type: vertical-stack
|
|
|
|
cards:
|
|
|
|
!include lovelace/dashboard/laundry.yaml
|
|
|
|
- type: custom:vertical-layout
|
|
|
|
title: "Kunibert"
|
2023-07-14 23:04:33 +00:00
|
|
|
path: 4
|
2022-08-12 09:08:44 +00:00
|
|
|
cards:
|
|
|
|
- type: custom:vertical-layout
|
|
|
|
type: vertical-stack
|
|
|
|
cards:
|
|
|
|
!include lovelace/dashboard/kunibert.yaml
|