I am trying to command my cell phone from home assistant. Most of the things work. I have troubles with command_ringer_mode. Example
action: notify.mobile_app_oneplusnord2
data:
message: "command_ringer_mode"
data:
command: "normal"
You have to know that my cell phone (OnePlus Nord2) has a selector on the side with three states, used to change the ring mode to: normal / vibrate / silent.
Now the selector is on “vibrate”. If I execute the action, nothing happens.
Now I put the selection on “normal”, I change the script to have command: “vibrate” and it works! Now if I use command: “normal” it works again!
But if the selector on the phone is on “vibrate” nothing happens.