This commit is contained in:
+29
-29
@@ -1,30 +1,11 @@
|
||||
# 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
|
||||
views:
|
||||
- title: Vitals
|
||||
- title: Location
|
||||
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
|
||||
@@ -36,13 +17,32 @@ views:
|
||||
- device_tracker.ultix_mini
|
||||
- person.charles_n_wyble
|
||||
hours_to_show: 24
|
||||
- type: entities
|
||||
title: Phone + trackers
|
||||
- type: history-graph
|
||||
title: Where I've been — 24h
|
||||
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
|
||||
- person.charles_n_wyble
|
||||
- device_tracker.ultix_sidecar
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user