feat(dashboards): Health starter dashboard (vitals + trackers) [#344]

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-09-02 14:50:31 -05:00
parent 584b862cc8
commit 74f48b650f
2 changed files with 53 additions and 0 deletions
+5
View File
@@ -24,3 +24,8 @@ lovelace:
mode: yaml
title: Server Room
filename: dashboards/server-room.yaml
pfv-health:
mode: yaml
title: Health
filename: dashboards/health.yaml
icon: mdi:heart-pulse
+48
View File
@@ -0,0 +1,48 @@
# Health dashboard [#344] — git-deployed via KNEL/pfv-bms
# Basics by founder request 2026-09-02; tweak in a dedicated session later.
title: Health
views:
- title: Vitals
type: sections
sections:
- type: grid
cards:
- type: gauge
entity: sensor.ultix_mini_body_temperature
name: Body temp
unit: "°C"
min: 35
max: 40
- type: history-graph
title: Body temperature (24h)
entities:
- sensor.ultix_mini_body_temperature
- sensor.ultix_mini_basal_body_temperature
hours_to_show: 24
- type: history-graph
title: Body temperature (7d)
entities:
- sensor.ultix_mini_body_temperature
- sensor.ultix_mini_basal_body_temperature
hours_to_show: 168
- type: grid
cards:
- type: entity
entity: person.charles_n_wyble
name: Charles
- type: map
entities:
- device_tracker.ultix_sidecar
- device_tracker.ultix_mini
- person.charles_n_wyble
hours_to_show: 24
- type: entities
title: Phone + trackers
entities:
- sensor.ultix_sidecar_battery_level
- sensor.ultix_sidecar_battery_state
- sensor.ultix_sidecar_activity
- sensor.ultix_sidecar_geocoded_location
- sensor.ultix_sidecar_last_update_trigger
- device_tracker.ultix_sidecar
- device_tracker.ultix_mini