incar
1
Is there any way to find and use adb command to tap on HA widget?
If yes then it could be possible to use Button mapper send adb command and use spare remote buttons to switch on lights, other automations or scenes.
Maybe im thinking too complicated and there is better way to use android remote and control HA devices?
incar
2
am start - n io.homeassistant.companion.android/.widgets.button.ButtonWidget
I got this far but it shows error for user
So I changed to user 0
am start - n io.homeassistant.companion.android/.widgets.button.ButtonWidget --user 0
Now I get error!
How to make it run???