56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
# Default Dashboard
|
|
|
|
title: Krauss Home
|
|
views:
|
|
|
|
# --------------------------------------------------
|
|
# Overview Panel
|
|
- id: 0
|
|
icon: mdi:home
|
|
title: Overview
|
|
cards:
|
|
# Early Morning Scenes (conditional)
|
|
- type: conditional
|
|
conditions:
|
|
- entity: binary_sensor.before_dawn
|
|
state: "on"
|
|
card:
|
|
type: entities
|
|
title: Morning Scenes
|
|
entities:
|
|
- scene.dining_room_dim
|
|
|
|
# Evening Scenes (conditional)
|
|
- type: conditional
|
|
conditions:
|
|
- entity: binary_sensor.evening
|
|
state: "on"
|
|
card:
|
|
type: entities
|
|
title: Evening Scenes
|
|
entities:
|
|
- scene.dining_room_full
|
|
- scene.pergola_low
|
|
- scene.pergola_full
|
|
|
|
# Nighttime Scenes (conditional)
|
|
- type: conditional
|
|
conditions:
|
|
- entity: binary_sensor.night
|
|
state: "on"
|
|
card:
|
|
type: entities
|
|
title: Night Scenes
|
|
entities:
|
|
- scene.dining_room_off
|
|
- scene.home_theater_off
|
|
- scene.pergola_off
|
|
|
|
# House Status Glances
|
|
- type: glance
|
|
entities:
|
|
- sensor.house_presence_status
|
|
- binary_sensor.all_doors
|
|
- binary_sensor.all_windows
|
|
- binary_sensor.garage_door_open
|