Here is the use case I want to implement. Property with a front gate at limit of garden with a bell. I have control of the gate through a relay and get also bell input when someone rings.
The housekeeper has HA app installed on his Android phone. I’d like HA app to ring or vibrate the phone during 20/30s to indicate someone is ringing at door !
Right now I have only found out notification way in HA Android but it shows up just in notification slider in HA which is useless
Is there a way to get the Android app to ring/vibrate on request for important notifications ??
By default notifications make a sound unless the user changed the channel behavior. Sounds like someone changed default behavior.
Use a notification channel, set a custom sound and vibration pattern. But this won’t matter if the user changes the channel behavior like what you described above. Channels are in control of the user.