ha: buzz on brightness change

pull/3381/head
Rob Pilling 2024-04-22 18:04:58 +01:00
parent 377b43619b
commit f3b639f3e9
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ function onSlide(mode, level, e) {
// we've had a drag and level has changed
ha.sendValue(triggers[position].trigger, level);
lastLevel = null;
Bangle.buzz(80, 0.6);
}
}
}