Hi there,
I’m attempting to configure an adroid notifiction from Home Asssitant that includes firing an intent to autoconnect my VPN…
However I get no response on my phone, no toast displayed no nothing.
I got no clue on how to debug it…
I’ve also attemptd to use the command_activity with no luck.
This is the yaml I’m currently testing, but failing:
service: notify.titi
data:
message: command_broadcast_intent
title: "android.intent.action.VIEW"
data:
channel: "net.openvpn.openvpn"
group: "net.openvpn.openvpn.AUTOSTART_PROFILE_NAME:Home, net.openvpn.openvpn.AUTOCONNECT:true, net.openvpn.openvpn.APP_SECTION:PC"
Any help is appreciated to fix this.