From c82488887ccf5008c97f8af7d3760bbbb6c9555c Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Fri, 7 Aug 2026 22:48:31 +0200 Subject: [PATCH] catalog: add access 0.0.1 (NFC door access) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit aiolabs/access — authorize Bolt Card taps (boltcards SUN verify) + unlock a Z-Wave lock via Home Assistant. Pairs with boltcards 1.1.1-aio.2 (/verify). archive: aiolabs/access @ v0.0.1 sha256: fff5ef862ac52bbb28dfe47e14295464fc8733a308f0df2b2047d55151636f19 --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 16095b4..6d7486c 100644 --- a/extensions.json +++ b/extensions.json @@ -550,6 +550,17 @@ "icon": "https://git.atitlan.io/aiolabs/boltcards/raw/branch/main/static/image/boltcard.png", "archive": "https://git.atitlan.io/aiolabs/boltcards/archive/v1.1.1-aio.2.zip", "hash": "fe7fbbea81f55cb85fcfbeb02e2be905483f170731e33454f1d84349f7f03cf7" + }, + { + "id": "access", + "repo": "https://git.atitlan.io/aiolabs/access", + "name": "Access", + "min_lnbits_version": "1.3.0", + "version": "0.0.1", + "short_description": "NFC door access — authorize Bolt Card taps and unlock via Home Assistant", + "icon": "https://git.atitlan.io/aiolabs/access/raw/branch/main/static/image/access.png", + "archive": "https://git.atitlan.io/aiolabs/access/archive/v0.0.1.zip", + "hash": "fff5ef862ac52bbb28dfe47e14295464fc8733a308f0df2b2047d55151636f19" } ] }