-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple PIN codes #67
Comments
A workaround is to create conditional entities based on the logged user. Let's say you have three users. Create a card with three alarm entities (the same one three times). Then, using the YAML code editor, conditionally show only the one for the logged user. Do that for all three. Done that, I think you can just assign a pin to each one and done. * Protecting something in the frontend isn't really a protection anyways. Someone with a little experience with JS can click right through, regardless of which pin you set. |
Hi, |
Is your feature request related to a problem? Please describe.
Not related to a problem, just that at the moment we can only specify one unique pin code per card
Describe the solution you'd like
Change the code section to make it a list of strings instead of just a string
Describe alternatives you've considered
N.A.
Additional context
When multiple users are using the wall tablet, it's nice that that everyone can have his own PIN code (ie. to disable the alarm system).
Thank you very much for considering the feature request :-)
The text was updated successfully, but these errors were encountered: