80 lines
2.5 KiB
YAML
80 lines
2.5 KiB
YAML
# Health dashboard [#344] — git-deployed via KNEL/pfv-bms
|
|
# 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: Location
|
|
type: sections
|
|
sections:
|
|
- type: grid
|
|
cards:
|
|
- type: entity
|
|
entity: person.charles_n_wyble
|
|
name: Charles
|
|
- type: map
|
|
entities:
|
|
- device_tracker.ultix_mini
|
|
- person.charles_n_wyble
|
|
hours_to_show: 24
|
|
- type: history-graph
|
|
title: Where I've been — 24h
|
|
entities:
|
|
- person.charles_n_wyble
|
|
- 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: Heart
|
|
type: sections
|
|
sections:
|
|
- type: grid
|
|
cards:
|
|
- type: gauge
|
|
entity: sensor.ultix_mini_heart_rate
|
|
name: Heart rate
|
|
unit: bpm
|
|
min: 40
|
|
max: 180
|
|
severity:
|
|
green: 50
|
|
yellow: 100
|
|
red: 140
|
|
- type: entities
|
|
title: Heart metrics
|
|
entities:
|
|
- sensor.ultix_mini_heart_rate
|
|
- sensor.ultix_mini_resting_heart_rate
|
|
- sensor.ultix_mini_walking_heart_rate_average
|
|
- sensor.ultix_mini_heart_rate_variability
|
|
- type: history-graph
|
|
title: Heart rate (24h)
|
|
entities:
|
|
- sensor.ultix_mini_heart_rate
|
|
hours_to_show: 24
|
|
- type: history-graph
|
|
title: Heart rate (7d)
|
|
entities:
|
|
- sensor.ultix_mini_heart_rate
|
|
- sensor.ultix_mini_resting_heart_rate
|
|
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
|