feat(dash): dashboard series v2 — Ops Overview, Power, Thermal [#784 #344]
ci / lint (push) Successful in 35s
ci / lint (push) Successful in 35s
Role-based rework per founder: overview + detail dashboards. UPS parity (Tripp Lite runtime-minutes template). Phase 1 of the ground-up rework; Capacity/Access views land with fans + lock. https://projects.knownelement.com/issues/784
This commit is contained in:
@@ -800,6 +800,13 @@ template:
|
||||
state: >-
|
||||
{% set v = states('sensor.tsys1_ups_battery_runtime') %}
|
||||
{{ (v | float / 60) | round(0) if is_number(v) else none }}
|
||||
- name: "PFV Tripp Lite runtime minutes"
|
||||
unique_id: pfv_triplite_runtime_minutes
|
||||
device_class: duration
|
||||
unit_of_measurement: "min"
|
||||
state: >-
|
||||
{% set v = states('sensor.tsys1_triplite_battery_runtime') %}
|
||||
{{ (v | float / 60) | round(0) if is_number(v) else none }}
|
||||
- name: "PFV tsys1 drive temperature"
|
||||
unique_id: pfv_tsys1_drive_temperature
|
||||
device_class: temperature
|
||||
|
||||
Reference in New Issue
Block a user