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

150 lines
4.5 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"
2022-08-30 16:42:25 +00:00
background: "var(--background-image)"
swipe_nav:
wrap: true
animate: swipe
prevent_default: true
swipe_amount: 30
2022-07-29 01:05:27 +00:00
views:
2022-08-30 16:42:25 +00:00
#----------------------------------------------------------------------------------#
# Dashboard
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
2022-07-30 11:55:43 +00:00
title: "Overview"
2022-07-29 01:05:27 +00:00
path: 0
cards:
2022-08-30 16:42:25 +00:00
## Column 1
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/welcome.yaml
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/lights.yaml
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/feed.yaml
- type: custom:layout-break
## Column 2
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/climate.yaml
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/batteries.yaml
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-29 01:05:27 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/nas.yaml
- type: custom:layout-break
## Column 3
- type: custom:vertical-layout
type: "vertical-stack"
2022-07-30 11:40:36 +00:00
cards:
2022-08-30 16:42:25 +00:00
!include lovelace/overview/energy.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/multimedia.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/vacuum.yaml
2022-07-30 12:15:42 +00:00
2022-08-30 16:42:25 +00:00
#----------------------------------------------------------------------------------#
# Lights
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
title: "Lights"
2022-07-30 12:15:42 +00:00
path: 1
cards:
2022-08-30 16:42:25 +00:00
## Column 1
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/scenes.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/adaptive.yaml
- type: custom:layout-break
## Column 2
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/lightgroups.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/lightbulbs.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/lightstripes.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/lights/lightmenu.yaml
2022-07-30 12:15:42 +00:00
2022-08-30 16:42:25 +00:00
#----------------------------------------------------------------------------------#
# pfSense
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
title: "pfSense"
path: 2
cards:
## Column 1
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/pfsense/notifications.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/pfsense/load.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/pfsense/gateways.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/pfsense/rules.yaml
- type: custom:layout-break
## Column 2
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/pfsense/traffic.yaml
#----------------------------------------------------------------------------------#
# Climate
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
title: "Climate"
path: 3
cards:
## Column 1
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/climate/setup.yaml
- type: custom:layout-break
## Column 2
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/climate/recommendation.yaml