portal/storage: expose storage information via the portal
This commit is contained in:
parent
1ee75fd37f
commit
293acba317
6 changed files with 121 additions and 7 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue