{# plugins/ups/templates/ups/rows.html #} {# ── On-battery alert banner ──────────────────────────────────────────────── #} {% if latest and latest.on_battery %}
No UPS data yet. Check nut_host, nut_port, and ups_name in plugin settings.
| {{ ev.scraped_at.strftime("%m-%d %H:%M") }} | {{ ev.raw_status }} | {% if ev.battery_charge_pct is not none %}{{ "%.0f"|format(ev.battery_charge_pct) }}%{% endif %} |