Update Dashboards

This commit is contained in:
2022-07-19 16:35:23 -07:00
parent 39ddea7900
commit 4ca66c4186
3 changed files with 49 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Home Assistant Dashboards # Home Assistant Dashboards
krauss-home:
mode: yaml
filename: lovelace/krauss-home.yaml
title: Krauss Home
icon: mdi:home
show_in_sidebar: true
lovelace-generated: lovelace-generated:
mode: yaml mode: yaml
filename: notexist.yaml filename: notexist.yaml
@@ -8,8 +15,8 @@ lovelace-generated:
show_in_sidebar: true show_in_sidebar: true
require_admin: true require_admin: true
lovelace-default: lovelace-auto:
mode: yaml mode: yaml
filename: lovelace/default.yaml filename: lovelace/auto.yaml
title: Default (Lovelace) title: Default (Lovelace)
show_in_sidebar: true show_in_sidebar: false

39
lovelace/krauss-home.yaml Normal file
View File

@@ -0,0 +1,39 @@
# Default Dashboard
title: Krauss Home
views:
# --------------------------------------------------
# Overview Panel
- id: 0
icon: mdi:home
title: Overview
cards:
# Early Morning Scenes (conditional; Midnight - 8AM)
- type: vertical-stack
title: Morning Scenes
cards:
- type: entities
entities:
- scene.dining_room_dim
# Evening Scenes (conditional; 4 - 7PM)
- type: vertical-stack
title: Evening Scenes
cards:
- type: entities
entities:
- scene.dining_room_full
- scene.pergola_low
- scene.pergola_full
# Nighttime Scenes (conditional; 7PM - Midnight)
- type: vertical-stack
title: Night Scenes
cards:
- type: entities
entities:
- scene.dining_room_off
- scene.home_theater_off
- scene.pergola_off