Navigate the HA Companion app remotely

I have an Android Panel (Sonoff NS Panel Pro) running Home Assistant companion app. This works pretty great and I can use it to see information at a glance.
I am trying to get it to change its view to a specific view (shows my doorbell camera) whenever the doorbell is pressed.

If I place a view that I can manually navigate to, it loads almost instantly, but doing it remotely seems to start a whole new instance or something (I see the “Loading data” screen) and by the time it get’s to the doorbell camera, the moment has passed (I’m already at the door, seeing who is there :slight_smile: )

Isn’t there a simple navigation command that I can send to this device? Either using notify or MQTT or adb or even something else?

You can use browser_mod

Isn’t that for a browser?

Its for controlling a browser and the companion app is working as a browser too.

The real video starts at around 26 minutes in.
The video might be of an older version of browser_mod, but the general idea is still the same.

Here is the GitHub page for browser_mod.

Thank you. I tried it. It works really well :+1: