From 9272a4f9f240fa286efad4a3adbe6d41441e7a0d Mon Sep 17 00:00:00 2001 From: kyle Date: Wed, 31 Dec 2025 04:26:36 -0800 Subject: [PATCH] Add dashboard-kiosk-simple-large.yaml --- dashboard-kiosk-simple-large.yaml | 91 +++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 dashboard-kiosk-simple-large.yaml diff --git a/dashboard-kiosk-simple-large.yaml b/dashboard-kiosk-simple-large.yaml new file mode 100644 index 0000000..5c8d09d --- /dev/null +++ b/dashboard-kiosk-simple-large.yaml @@ -0,0 +1,91 @@ +title: Kiosk Dashboard +path: dashboard-kiosk +icon: mdi:view-dashboard +panel: false +type: sidebar +views: + - title: Kiosk View + path: default_view + cards: + - type: markdown + content: | +

{{ now().strftime('%A, %B %d, %Y') }}

+

{{ now().strftime('%I:%M %p') }}

+ - type: weather-forecast + entity: weather.forecast_home + name: Current Weather + show_forecast: true + forecast_type: daily + - type: entities + title: 🌅 Sun Information + entities: + - entity: sun.sun + name: Sun Position + icon: mdi:weather-sunny + - entity: sensor.sun_next_rising + name: Sunrise + icon: mdi:weather-sunset-up + - entity: sensor.sun_next_setting + name: Sunset + icon: mdi:weather-sunset-down + - entity: sensor.sun_next_dawn + name: Dawn + icon: mdi:weather-sunset-up + - entity: sensor.sun_next_dusk + name: Dusk + icon: mdi:weather-sunset-down + - type: entities + title: 🚆 Public Transport + entities: + - entity: sensor.roslagsbanan_line_28_to_stockholms_ostra + name: To Stockholm Östra + icon: mdi:train + - entity: sensor.roslagsbanan_line_28_to_akersberga + name: To Åkersberga + icon: mdi:train + - entity: sensor.sl_departure_sensor_9636_bravalavagen + name: SL Departure + icon: mdi:bus + - entity: sensor.next_departure_time + name: Next Departure + icon: mdi:clock-outline + - type: entities + title: 📹 Camera Status + entities: + - entity: binary_sensor.wyze_cam_front_porch_cam_motion + name: Front Porch Motion + icon: mdi:motion-sensor + - entity: binary_sensor.wyze_cam_garage_camera_motion + name: Garage Camera Motion + icon: mdi:motion-sensor + - entity: binary_sensor.wyze_cam_garage_pan_cam_motion + name: Garage Pan Cam Motion + icon: mdi:motion-sensor + - entity: binary_sensor.wyze_cam_kitchen_cam_motion + name: Kitchen Cam Motion + icon: mdi:motion-sensor + - type: markdown + title: 👥 Occupancy Summary + content: | +

+ Occupancy sensors not available after upgrade. +
Check Home Assistant for available person detection entities. +

+ - type: entities + title: 🌐 Network Status + entities: + - entity: sensor.xe75_download_speed + name: Download Speed + icon: mdi:download + - entity: sensor.xe75_upload_speed + name: Upload Speed + icon: mdi:upload + - entity: sensor.external_ip + name: External IP + icon: mdi:ip-network + - entity: binary_sensor.xe75_wan_status + name: WAN Status + icon: mdi:router-wireless + - type: markdown + content: | +