-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable haptic feedback (vibration) on andriod device #93
Comments
I tested :
It's the native thing from home assistant toggle service, not a Mushroom feature. |
I have the same problem, that even with vibration turned "off" in the options the cards will vibrate on toggle. |
Its not native to the home assistants toggle service, but to the custom-card-helper I've raised an issue there: custom-cards/custom-card-helpers#61 I hope this can be resolved. I would really like to use the mushroom cards, but having my phone vibrate for 0.5 seconds every time I toggle something is not really the best experience. |
Can you provide some details about your phone/android version/HA Android version ? I have no issue with my OnePlus 8. So I unable to reproduce ce bug. |
Sure: I also noticed that the vibration changes depending if they are turned on or turned off/phone is in "do not disturb" mode. When the vibrations are turned off it changes from two short pulses to a single 500ms pulse, which is way more annoying. I suspect that there is a bug in the android app itself, since I found code there that is responsible for a 500ms vibration. I've also raised an issue there: home-assistant/android#2430 |
I looked into the |
I saw that and wrote that into the issue i opened there. However, I think it is mostly a problem with the android app under certain conditions, as disabling vibrations works well in the mobile browser. Lets hope it gets fixed there soon. |
You could btw use |
|
After a bit more code reading and long discussion (home-assistant/android#2430), i think the problem is that the |
I have tried this today and encountered similar behaviour. Haptic setting in companion app is not respected & all taps provide a long 'success' vibration. HA and companion app both latest stable as of time of writing, handset is a Samsung Galaxy S8+ I'd be very happy to see this fixed as the cards are perfect apart from this issue. |
I am suffering the same behaviour described by Bernikr a few comments above, also with the same Huawei device: The haptics for custom cards does not turn off when the app toggle is disabled, they just change from two shorts pulses to a long one. I have also tested it with an older device (OnePlus 3). The exact same dashboard with the same app settings and it works just fine. Have somebody found a workaround for this? Maybe a dashboard setting that makes it quiet and prevent its inner cards from generating haptic feedback. |
Same problem, ONLY in mushrooms, vibrations always on |
This seems to be the same on iPhone. Code below does not work either.
|
It should be fixed in the 1.9.0 beta version. Can you confirm it works now ? |
It works!! 👍 |
It's fixed now. Thanks!! |
When using chips and light card on Andriod device I get a haptic feedback.
Have disabled it under profile settings
The text was updated successfully, but these errors were encountered: