Yes - Peter is working on it.
If you feel crafty, you can already integrate Tasker with Blokada, as it uses generic intent system to execute commands. But you need to know about intents to make it work, and we don’t have documentation on it yet.
Turn off Blokada:
intent: android.intent.action.VIEW
data: "blocka://cmd/off"
Turn on Blokada:
intent: android.intent.action.VIEW
data: "blocka://cmd/on"