LNbits' UMD/global Vue compiles the template from already-parsed DOM, and the browser does not self-close unknown custom elements — so <q-input ... /> nested each following field inside the previous one, overlapping the dialog inputs. Use explicit </q-input> / </q-select>. config.json -> 0.0.2.
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.2",
|
|
"min_lnbits_version": "1.3.0",
|
|
"contributors": [
|
|
{
|
|
"name": "aiolabs",
|
|
"uri": "https://git.atitlan.io/aiolabs"
|
|
}
|
|
]
|
|
}
|