mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 18:48:28 +02:00
Device description in dashboard (#707)
* Description * Review fixes * Test * Label * Description renamed to comment
This commit is contained in:
committed by
Otto Winter
parent
0eadda77b0
commit
be91cfb261
@@ -79,6 +79,11 @@
|
||||
{% end %}
|
||||
<i class="material-icons right dropdown-trigger" data-target="dropdown-{{ i }}">more_vert</i>
|
||||
</span>
|
||||
{% if entry.comment %}
|
||||
<div class="card-comment">
|
||||
{{ escape(entry.comment) }}
|
||||
</div>
|
||||
{% end %}
|
||||
<p>
|
||||
<span class="status-indicator unknown" data-node="{{ entry.filename }}">
|
||||
<span class="status-indicator-icon"></span>
|
||||
|
||||
Reference in New Issue
Block a user