Break out thumbnails into their own component.

This commit is contained in:
Dermot Duffy
2022-03-20 18:10:48 -07:00
parent 50596cb68a
commit b9a627702f
11 changed files with 227 additions and 82 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export class FrigateCardDrawer extends LitElement {
>
<ha-icon
class="control"
icon="${this.open ? 'mdi:menu' : 'mdi:menu-open'}"
icon="${this.open ? 'mdi:menu-open' : 'mdi:menu'}"
>
</ha-icon>
</div>