From 0ff5b8727ae9380693a76322912b09dba7768876 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 22 Mar 2026 20:00:03 +0100 Subject: [PATCH] first --- dashboards/views/06_andreas.yaml | 48 ++++++++++++++++++ dashboards/views/07_tesla.yaml | 86 ++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 dashboards/views/06_andreas.yaml create mode 100644 dashboards/views/07_tesla.yaml diff --git a/dashboards/views/06_andreas.yaml b/dashboards/views/06_andreas.yaml new file mode 100644 index 0000000..036e1be --- /dev/null +++ b/dashboards/views/06_andreas.yaml @@ -0,0 +1,48 @@ +title: Andreas +path: andreas +icon: mdi:bed +type: sections + +sections: + + # 🎵 Musik + - type: grid + cards: + - type: heading + heading: Musik + + - type: media-control + entity: media_player.andreas + name: Sonos Andreas + + # 💡 Lys + - type: grid + cards: + - type: heading + heading: Lys + + - type: light + entity: light.andreas + name: Andreas Lys + + - type: light + entity: light.andreas_spot + name: Spot + + # 🌡️ Temperatur + - type: grid + cards: + - type: heading + heading: Temperatur + + - type: tile + entity: sensor.sovevaerelse_stue_temperatur + name: Temperatur + + - type: tile + entity: sensor.sovevaerelse_stue_luftfugtighed + name: Luftfugtighed + + - type: tile + entity: sensor.sovevaerelse_stue_carbon_dioxide + name: CO₂ diff --git a/dashboards/views/07_tesla.yaml b/dashboards/views/07_tesla.yaml new file mode 100644 index 0000000..0cb5dda --- /dev/null +++ b/dashboards/views/07_tesla.yaml @@ -0,0 +1,86 @@ +title: Tesla +path: tesla +icon: mdi:car-electric +type: sections + +sections: + + # 🔋 Batteri og opladning + - type: grid + cards: + - type: heading + heading: Batteri & Opladning + + - type: tile + entity: sensor.snowywhite_battery_level + name: Batteri (%) + + - type: tile + entity: sensor.snowywhite_battery_range + name: Rækkevidde (km) + + - type: tile + entity: sensor.snowywhite_charge_state + name: Opladningstilstand + + - type: tile + entity: sensor.snowywhite_charge_rate + name: Ladehastighed (km/t) + + + # 🚗 Døre, låse og tilstand + - type: grid + cards: + - type: heading + heading: Døre & Lås + + - type: entities + entities: + - lock.snowywhite_door_lock + - binary_sensor.snowywhite_front_left_door + - binary_sensor.snowywhite_front_right_door + - binary_sensor.snowywhite_rear_left_door + - binary_sensor.snowywhite_rear_right_door + - binary_sensor.snowywhite_trunk + - binary_sensor.snowywhite_frunk + + - type: tile + entity: sensor.snowywhite_vehicle_state + name: Tilstand + + + # 🌡️ Temperatur + - type: grid + cards: + - type: heading + heading: Temperatur + + - type: tile + entity: sensor.snowywhite_inside_temp + name: Inde (°C) + + - type: tile + entity: sensor.snowywhite_outside_temp + name: Ude (°C) + + + # 📍 Lokation + - type: map + title: Lokation + default_zoom: 15 + entities: + - device_tracker.snowywhite + show_state: true + + + # 🔧 Maintenance / alerts + - type: grid + cards: + - type: heading + heading: Vedligeholdelse / Alerts + + - type: entities + entities: + - sensor.snowywhite_maintenance_required + - sensor.snowywhite_tire_pressure_alert + - sensor.snowywhite_software_update