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

68 lines
1.8 KiB
YAML
Raw Normal View History

2022-07-29 01:05:27 +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:
- title: "Overview"
2022-07-29 01:05:27 +00:00
path: 0
cards:
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/welcome.yaml
2022-07-29 01:05:27 +00:00
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/lights.yaml
2022-07-29 01:05:27 +00:00
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/climate.yaml
2022-07-29 01:05:27 +00:00
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/batteries.yaml
2022-07-29 01:05:27 +00:00
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/energy.yaml
2022-07-29 01:05:27 +00:00
- type: "vertical-stack"
cards:
2022-07-30 13:15:27 +00:00
!include lovelace/overview/nas.yaml
- title: "Lights"
path: 1
cards:
- type: "vertical-stack"
cards:
!include lovelace/lights/scenes.yaml
- type: "vertical-stack"
cards:
2022-07-30 15:46:12 +00:00
!include lovelace/lights/lightgroups.yaml
2022-07-30 13:15:27 +00:00
- type: "vertical-stack"
cards:
!include lovelace/lights/lightbulbs.yaml
2022-07-30 15:46:12 +00:00
- type: "vertical-stack"
cards:
!include lovelace/lights/lightstripes.yaml
2022-07-30 11:40:36 +00:00
2022-07-30 15:46:12 +00:00
- title: "pfSense"
path: 2
cards:
- type: "vertical-stack"
cards:
!include lovelace/pfsense/notifications.yaml
- type: "vertical-stack"
cards:
!include lovelace/pfsense/load.yaml
- type: "vertical-stack"
cards:
!include lovelace/pfsense/gateways.yaml
- type: "vertical-stack"
cards:
!include lovelace/pfsense/traffic.yaml
2022-07-30 11:40:36 +00:00
- type: "vertical-stack"
cards:
2022-07-30 15:46:12 +00:00
!include lovelace/pfsense/rules.yaml