fix(dashboards): health v2 (location-first, no batteries); name SR overview view [#344][#618]

This commit is contained in:
2026-09-02 16:37:45 -05:00
parent 0e1cc2be97
commit 6421e35936
2 changed files with 31 additions and 30 deletions
+29 -29
View File
@@ -1,30 +1,11 @@
# Health dashboard [#344] — git-deployed via KNEL/pfv-bms # Health dashboard [#344] — git-deployed via KNEL/pfv-bms
# Basics by founder request 2026-09-02; tweak in a dedicated session later. # v2 2026-09-02 founder feedback: location timeline first, drop battery,
# body-temp section demoted (source = ultix-mini app, not iPhone/watch).
title: Health title: Health
views: views:
- title: Vitals - title: Location
type: sections type: sections
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 - type: grid
cards: cards:
- type: entity - type: entity
@@ -36,13 +17,32 @@ views:
- device_tracker.ultix_mini - device_tracker.ultix_mini
- person.charles_n_wyble - person.charles_n_wyble
hours_to_show: 24 hours_to_show: 24
- type: entities - type: history-graph
title: Phone + trackers title: Where I've been — 24h
entities: entities:
- sensor.ultix_sidecar_battery_level - person.charles_n_wyble
- 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_sidecar
- device_tracker.ultix_mini - device_tracker.ultix_mini
hours_to_show: 24
- type: history-graph
title: Where I've been — 7 days
entities:
- person.charles_n_wyble
hours_to_show: 168
- title: Body temp
type: sections
sections:
- type: grid
cards:
- type: history-graph
title: "Body temperature (24h) — source: ultix-mini app"
entities:
- sensor.ultix_mini_body_temperature
- sensor.ultix_mini_basal_body_temperature
hours_to_show: 24
- type: history-graph
title: Body temperature (30d)
entities:
- sensor.ultix_mini_body_temperature
- sensor.ultix_mini_basal_body_temperature
hours_to_show: 720
+2 -1
View File
@@ -1,7 +1,8 @@
# Server Room dashboard [#618] — git-deployed via KNEL/pfv-bms # Server Room dashboard [#618] — git-deployed via KNEL/pfv-bms
title: Server Room title: Server Room
views: views:
- type: panel - title: Overview
type: panel
cards: cards:
- type: grid - type: grid
columns: 2 columns: 2