Broadcast intents from Home assistant directly to kwgt?

So far I have sent states etc from homeassistant to my widgets with tasker.

But found out it’s possible to send broadcasts directly from homeassistant to my phone using it’s notification service.

So now I’m trying to figure out if it would be possible to send directly to KWGT but so far no luck.

I have managed to send from homeassistant to other apps on my phone, but for whatever reason I can’t get to work for kwgt.

Anyone with any ideas what is wrong here? Since it will be formatted differently from written in the docs I can see plenty of room for mistakes and misunderstandings…

action: notify.mobile_app_aurora
data:
message: command_broadcast_intent
data:
intent_package_name: org.kustom.widget
intent_extras: ext_name:hass,var_name:batt,var_value:A
intent_action: org.kustom.action.SEND_VAR

Here is the docs from homeassistant

Thanks, even if it’s just for telling me it’s not possible so I can spend my time on something else :wink: