This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/ui-lovelace.yaml
2022-07-30 15:15:27 +02:00

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