Skip to content

Commit

Permalink
Merge pull request #48 from basnijholt/patch-1
Browse files Browse the repository at this point in the history
increase card size from 3 to 5
  • Loading branch information
PiotrMachowski authored Jun 15, 2020
2 parents 82fdbd3 + 91ff57e commit 396221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/xiaomi-vacuum-map-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class XiaomiVacuumMapCard extends LitElement {
}

getCardSize() {
return 3;
return 5;
}

convertMapToVacuumRect(rect, repeats) {
Expand Down

0 comments on commit 396221e

Please sign in to comment.