Merge pull request #48 from basnijholt/patch-1

increase card size from 3 to 5
This commit is contained in:
Piotr Machowski
2020-06-15 15:47:32 +02:00
committed by GitHub

View File

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