Files
home-assistant/lovelace/krauss-home.yaml
2022-07-19 16:55:44 -07:00

50 lines
1.2 KiB
YAML

# Default Dashboard
title: Krauss Home
views:
# --------------------------------------------------
# Overview Panel
- id: 0
icon: mdi:home
title: Overview
cards:
# Early Morning Scenes (conditional)
- type: conditional
title: Morning Scenes
conditions:
- entity: binary_sensor.before_dawn
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_dim
# Evening Scenes (conditional)
- type: conditional
title: Evening Scenes
conditions:
- entity: binary_sensor.evening
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_full
- scene.pergola_low
- scene.pergola_full
# Nighttime Scenes (conditional)
- type: conditional
title: Night Scenes
conditions:
- entity: binary_sensor.night
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_off
- scene.home_theater_off
- scene.pergola_off
#