Skip to content

Commit

Permalink
Update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jul 2, 2024
1 parent f92d6dd commit efb0ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/lovelace/cards/hui-entity-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export class HuiEntityCard extends LitElement implements LovelaceCard {
return {
grid_columns: 2,
grid_rows: 2,
grid_min_columns: 2,
grid_min_rows: 2,
};
}
Expand Down
1 change: 1 addition & 0 deletions src/panels/lovelace/cards/hui-sensor-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class HuiSensorCard extends HuiEntityCard {
return {
grid_columns: 2,
grid_rows: 2,
grid_min_columns: 2,
grid_min_rows: 2,
};
}
Expand Down

0 comments on commit efb0ef7

Please sign in to comment.