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
2023-01-10 11:43:20 +00:00

150 lines
4.6 KiB
YAML
Executable File

---
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)"
swipe_nav:
wrap: true
animate: swipe
prevent_default: true
swipe_amount: 30
views:
#----------------------------------------------------------------------------------#
# Dashboard
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
title: "Overview"
path: 0
cards:
## Column 1
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/welcome.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/lights.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/feed.yaml
- type: custom:layout-break
## Column 2
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/climate.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/batteries.yaml
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!include lovelace/overview/nas.yaml
- type: custom:layout-break
## Column 3
- type: custom:vertical-layout
type: "vertical-stack"
cards:
!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
#----------------------------------------------------------------------------------#
# Lights
#----------------------------------------------------------------------------------#
- type: custom:vertical-layout
title: "Lights"
path: 1
cards:
## 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
#----------------------------------------------------------------------------------#
# 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