Fingerprint ekey bionyx integration

In new eKey Notification API you can set only URL (without path).
eKey Notification API then adds “/api/notification/finger” to URL.
As I know HA supports only URL/api/webhook/CUSTOM_ID (in these case “finger”).

Any solution?
Maybee some webhook redirect/forward (with JSON support) ?
Or custom webhook path inside HA (“api/notification” instead of “api/webhook”) ?

I’m using Nginx Proxy Manager to forward the path to the path of the webhook:
works with ip or local dns entry, but https is quite slow, like 4s so im using plain http:

But having a hard time to later map the received values: map-id-to-user-recevied-via-json-webhook-in-an-automation

Have you seen the (draft) PR: Add Ekey Bionyx integration by richardpolzer · Pull Request #139132 · home-assistant/core · GitHub ?

1 Like