mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #72] Kiosk mode with home assistant intergration #35
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonnypage on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/72
Originally assigned to: @glenndehaan on GitHub.
The feature
First of all, love this repo, it's fantastic. I'm using the home assistant integration, and would love a way for a guest to create a voucher and have it show a qr code and ssid connection instructions. I've enabled kiosk mode, but can't see a way to access it other than the intergration from the menu > 'user' menu -> kiosk, or a way to embed it in a lovelace card. Maybe I'm missing something?
@glenndehaan commented on GitHub (Jun 26, 2025):
Hi @jonnypage,
Yeah good question. So far the only option I have seen is to use the iframe card and then load the addon url from your HA instance. Another option I have found after some googling is this card: https://github.com/lovelylain/ha-addon-iframe-card.
It seems you would be able to direct to the /kiosk url but I have not tried this.
Kind regards,
Glenn de Haan
@jonnypage commented on GitHub (Jun 26, 2025):
Thanks Glenn!