mirror of
https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card.git
synced 2021-06-25 09:14:01 +03:00
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:
2
dist/xiaomi-vacuum-map-card.js
vendored
2
dist/xiaomi-vacuum-map-card.js
vendored
@@ -583,7 +583,7 @@ class XiaomiVacuumMapCard extends LitElement {
|
||||
}
|
||||
|
||||
getCardSize() {
|
||||
return 3;
|
||||
return 5;
|
||||
}
|
||||
|
||||
convertMapToVacuumRect(rect, repeats) {
|
||||
|
||||
Reference in New Issue
Block a user