|
| 1 | +--- |
| 2 | +title: ekey bionyx |
| 3 | +description: Instructions on how to integrate ekey bionyx devices into Home Assistant. |
| 4 | +ha_category: |
| 5 | + - Event |
| 6 | +ha_release: "2025.10" |
| 7 | +ha_iot_class: Local Push |
| 8 | +ha_config_flow: true |
| 9 | +ha_domain: ekeybionyx |
| 10 | +ha_codeowners: |
| 11 | + - '@richardpolzer' |
| 12 | +ha_platforms: |
| 13 | + - event |
| 14 | +ha_integration_type: integration |
| 15 | +--- |
| 16 | + |
| 17 | +The **ekey bionyx** {% term integration %} allows Home Assistant to receive events from your [ekey fingerprint reader](https://www.ekey.net). |
| 18 | + |
| 19 | +## Prerequisites |
| 20 | + |
| 21 | +- The **ekey bionyx** app. |
| 22 | +- The ekey device needs to be set up in **plus mode** in the app. |
| 23 | +- The ekey bionyx Third-Party API needs to be enabled in the app. |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +{% include integrations/config_flow.md %} |
| 28 | + |
| 29 | +{% tip %} |
| 30 | +Prefer using local IPs when setting up the {% term integration %} instead of domain names because the events will be more responsive. |
| 31 | +{% endtip %} |
| 32 | + |
| 33 | +Once the {% term integration %} is added, open the ekey app and assign events to the fingers you wish to use as triggers. |
| 34 | + |
| 35 | +## Supported functionality |
| 36 | + |
| 37 | +The **ekey bionyx** {% term integration %} provides the following entities. |
| 38 | + |
| 39 | +### Events |
| 40 | + |
| 41 | +The webhooks from the ekey device are represented in Home Assistant as events. You can use these events as triggers in automations. |
| 42 | + |
| 43 | +## Limitations |
| 44 | + |
| 45 | +- The ekey {% term integration %} allows only five webhooks per device. |
| 46 | +- You cannot link multiple Home Assistant instances to the same ekey system. |
| 47 | + |
| 48 | +## Removing the integration |
| 49 | + |
| 50 | +Based on the limited lifetime of the token, you have two options for cleanly resetting the connection to Home Assistant: |
| 51 | + |
| 52 | +- Delete the {% term integration %} in Home Assistant, set it up again (triggering the deletion process), and abort when you are in the step of naming the webhooks. |
| 53 | +- Delete the {% term integration %} in Home Assistant, then disable and re-enable the Third-Party API in the ekey app (this resets all webhooks, even outside of Home Assistant). |
0 commit comments