portal/storage: expose storage information via the portal

This commit is contained in:
Iain Learmonth 2022-11-01 10:17:31 +00:00
parent 1ee75fd37f
commit 293acba317
6 changed files with 121 additions and 7 deletions

View file

@ -14,7 +14,7 @@
{% if section == "alarm" %}
{{ alarms_table(items) }}
{% elif item == "automation" %}
{{ automations_table(items) }}
{{ automations_table(items, states) }}
{% elif item == "bridge configuration" %}
{{ bridgeconfs_table(items) }}
{% elif item == "bridge" %}