58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
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:
|
|
- title: "Overview"
|
|
path: 0
|
|
cards:
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/welcome.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/lights.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/climate.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/batteries.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/energy.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/overview/nas.yaml
|
|
|
|
|
|
- title: "Lights"
|
|
path: 1
|
|
cards:
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/lights/scenes.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/lights//lightgroups.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/lights/lightbulbs.yaml
|
|
|
|
- type: "vertical-stack"
|
|
cards:
|
|
!include lovelace/lights/lightstripes.yaml |