Fix issue that was causing Lovelace to not spread across columns.

This commit is contained in:
Dermot Duffy
2021-09-04 15:00:58 -07:00
parent 1466f3ce3f
commit 70ea42ba71
+2 -2
View File
@@ -1035,7 +1035,7 @@ export class FrigateCard extends LitElement {
} }
// Get the Lovelace card size. // Get the Lovelace card size.
static getCardSize(): number { public getCardSize(): number {
return 5; return 6;
} }
} }