You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the handleAction function with toggle or call_service on mobile can be very irritating because of the long vibrations / haptic feedback. On iOS it vibrates twice quickly (compared to once when toggling native entity cards) and on android it vibrates for around 0.5 seconds which can be very irritating.
Disabling vibrations in the Home Assistant settings on Android seems to have no effect on this.
This is so irritating that for me all cards using this helper are utterly useless at the moment.
The text was updated successfully, but these errors were encountered:
More Context: This problem seems only to affect huawei users and might be caused by raising the haptic event on window instead of a lower DOM element like native HA cards do it.
Using the
handleAction
function withtoggle
orcall_service
on mobile can be very irritating because of the long vibrations / haptic feedback. On iOS it vibrates twice quickly (compared to once when toggling native entity cards) and on android it vibrates for around 0.5 seconds which can be very irritating.Disabling vibrations in the Home Assistant settings on Android seems to have no effect on this.
This is so irritating that for me all cards using this helper are utterly useless at the moment.
The text was updated successfully, but these errors were encountered: