{% extends "base.html" %} {% block title %}{{ device.name }} — Battery Tracker{% endblock %} {% block content %}
| Slots | {{ device.installed_count() }} / {{ device.battery_slots }} used |
| Type | {{ device.device_type }} |
| Warning | ⚠ Mixed brands installed |
| Notes | {{ device.notes }} |
| HA Entity | {{ device.ha_entity_id }} |
| HA Live % | {% if ha_live_pct < 20 %} ⚠ {{ ha_live_pct }}% {% else %} {{ ha_live_pct }}% {% endif %} |
{{ free_slots }} slot(s) free
| Label | Brand | {% if ha_enabled %}Bat % | {% endif %}Notes | Actions |
|---|---|---|---|---|
| {{ b.label }} | {{ b.brand }} | {% if ha_enabled %}{% if b.battery_percentage is not none %} {% if b.battery_percentage < 20 %} ⚠ {{ b.battery_percentage }}% {% else %}{{ b.battery_percentage }}%{% endif %} {% else %}—{% endif %} | {% endif %}{{ b.notes or '—' }} |
No batteries installed.
{% endif %}No available batteries.
{% endif %}Deleting this device will unassign all installed batteries and mark them available.