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

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