Created
December 17, 2020 19:00
-
-
Save entropie/4da52e085ff1f90026be0a4565eac32f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path: cabinet | |
icon: 'mdi:flower-tulip' | |
panel: false | |
header: | |
type: picture | |
image: 'https://www.home-assistant.io/images/lovelace/header-footer/balloons-header.png' | |
cards: | |
- type: grid | |
square: false | |
columns: 1 | |
cards: | |
- !include 'tiles/cabinet-cam.yaml' | |
- type: horizontal-stack | |
cards: | |
- !include 'tiles/cabinet-graph-temp.yaml' | |
- !include 'tiles/cabinet-graph-hum.yaml' | |
- !include 'tiles/cabinet-info.yaml' | |
- !include 'tiles/cabinet-status.yaml' | |
- !include 'tiles/cabinet-extended.yaml' | |
# - !include 'tiles/cabinet-graph-scale.yaml' | |
- !include 'tiles/cabinet-log.yaml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment