diff --git a/lovelace/default.yaml b/lovelace/auto.yaml similarity index 100% rename from lovelace/default.yaml rename to lovelace/auto.yaml diff --git a/lovelace/dashboards.yaml b/lovelace/dashboards.yaml index c6c3706..fa20df6 100644 --- a/lovelace/dashboards.yaml +++ b/lovelace/dashboards.yaml @@ -1,5 +1,12 @@ # Home Assistant Dashboards +krauss-home: + mode: yaml + filename: lovelace/krauss-home.yaml + title: Krauss Home + icon: mdi:home + show_in_sidebar: true + lovelace-generated: mode: yaml filename: notexist.yaml @@ -8,8 +15,8 @@ lovelace-generated: show_in_sidebar: true require_admin: true -lovelace-default: +lovelace-auto: mode: yaml - filename: lovelace/default.yaml + filename: lovelace/auto.yaml title: Default (Lovelace) - show_in_sidebar: true + show_in_sidebar: false diff --git a/lovelace/krauss-home.yaml b/lovelace/krauss-home.yaml new file mode 100644 index 0000000..9ce752f --- /dev/null +++ b/lovelace/krauss-home.yaml @@ -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 +