diff --git a/configuration.yaml b/configuration.yaml index 95e56dd..fa0bcbf 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/dashboards/health.yaml b/dashboards/health.yaml new file mode 100644 index 0000000..2521406 --- /dev/null +++ b/dashboards/health.yaml @@ -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