Home Assistant Plugin For Tasker

I’ve installed the Home Assistant Plugin for Tasker, and am using it to run a pyscript that I’ve set up as an @service.

The pyscript runs when I leave the service data blank, but I can’t figure out the proper json format to pass the kwargs to the script. Anybody have any ideas?

kwargs= {"mode":"automatic", "trigger":"tasker"}


Looks like you might be missing a quote before the work automatic in your screenshot.

Oh, wrong screenshot. I fixed that, but the arguments still don’t go through…

Then sorry, beyond that, I’m not familiar with the Tasker Plugin.

Figured it out. Looks like I just had to remove the entity_id part.

1 Like