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.6 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:
2022-07-30 11:55:43 +00:00
- type: "custom:grid-layout"
title: "Overview"
2022-07-29 01:05:27 +00:00
path: 0
2022-07-30 11:55:43 +00:00
layout:
2022-07-30 12:15:42 +00:00
grid-template-columns: "1fr 1fr 1fr"
2022-07-30 11:55:43 +00:00
grid-template-rows: "min-content"
grid-template-areas: |
"main popup"
mediaquery:
"(max-width: 1100px), (orientation: portrait)":
grid-template-columns: "100%"
grid-template-areas: "main"
2022-07-29 01:05:27 +00:00
cards:
- type: "vertical-stack"
cards:
!include lovelace/welcome.yaml
- type: "vertical-stack"
cards:
!include lovelace/lights.yaml
- type: "vertical-stack"
cards:
!include lovelace/climate.yaml
- type: "vertical-stack"
cards:
!include lovelace/batteries.yaml
- type: "vertical-stack"
cards:
!include lovelace/energy.yaml
- type: "vertical-stack"
cards:
2022-07-30 11:40:36 +00:00
!include lovelace/nas.yaml
- type: "vertical-stack"
cards:
2022-07-30 12:15:42 +00:00
!include lovelace/popup.yaml
- type: "custom:grid-layout"
title: "Testing"
path: 1
layout:
grid-template-columns: "1fr 1fr 1fr"
grid-template-rows: "min-content"
grid-template-areas: |
"main popup"
mediaquery:
"(max-width: 1100px), (orientation: portrait)":
grid-template-columns: "100%"
grid-template-areas: "main"
cards:
!include lovelace/testing.yaml