Fix issue that was causing Lovelace to not spread across columns.
This commit is contained in:
@@ -1035,7 +1035,7 @@ export class FrigateCard extends LitElement {
|
||||
}
|
||||
|
||||
// Get the Lovelace card size.
|
||||
static getCardSize(): number {
|
||||
return 5;
|
||||
public getCardSize(): number {
|
||||
return 6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user