49 lines
1.6 KiB
YAML
49 lines
1.6 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_sidecar
|
|
- 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_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
|