40 lines
965 B
YAML
40 lines
965 B
YAML
# 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
|
|
|