increase card size from 3 to 5

This is a more sensible choice, as 1 corresponds to one entity row in other cards.
This commit is contained in:
Bas Nijholt
2020-06-15 15:14:16 +02:00
committed by GitHub
parent 82fdbd319a
commit 91ff57ef0d

View File

@@ -583,7 +583,7 @@ class XiaomiVacuumMapCard extends LitElement {
}
getCardSize() {
return 3;
return 5;
}
convertMapToVacuumRect(rect, repeats) {