Skip to content

Commit a590888

Browse files
committed
[TASK] fix build
1 parent f039f0c commit a590888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/better-thermostat-ui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
393393
if(this.value === _newValue) return;
394394
this.value = _newValue
395395
this._updateDisplay();
396-
this._vibrate(3);
396+
this._vibrate(2);
397397
}
398398

399399
private _updateDragger(value:boolean) {
@@ -531,7 +531,7 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
531531
this._setTemperature();
532532
},
533533
onPress: () => {
534-
that._vibrate(50);
534+
that._vibrate(30);
535535
valueHandler.classList.add("active");
536536
valueHandler.focus();
537537
},

0 commit comments

Comments
 (0)