Promoted from the door-portal scratch repo to its own repo for install via the aiolabs catalog. Authenticates a tapped Bolt Card via boltcards /verify, authorizes against per-door grants, and fires the door's local Home Assistant webhook to unlock a Z-Wave lock. Fails closed; logs every attempt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"name": "Access",
|
|
"short_description": "NFC door access — authorize Bolt Card taps and unlock via Home Assistant",
|
|
"tile": "/access/static/image/access.png",
|
|
"version": "0.0.1",
|
|
"min_lnbits_version": "1.3.0",
|
|
"contributors": [
|
|
{
|
|
"name": "aiolabs",
|
|
"uri": "https://git.atitlan.io/aiolabs"
|
|
}
|
|
]
|
|
}
|