We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039f0c commit a590888Copy full SHA for a590888
src/better-thermostat-ui.ts
@@ -393,7 +393,7 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
393
if(this.value === _newValue) return;
394
this.value = _newValue
395
this._updateDisplay();
396
- this._vibrate(3);
+ this._vibrate(2);
397
}
398
399
private _updateDragger(value:boolean) {
@@ -531,7 +531,7 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
531
this._setTemperature();
532
},
533
onPress: () => {
534
- that._vibrate(50);
+ that._vibrate(30);
535
valueHandler.classList.add("active");
536
valueHandler.focus();
537
0 commit comments