-
-
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
[FR] 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, |
@kalhimeo, some facts:
Assume we need to add multiple pincodes.
Since we do not have UI editor for
where an admin should specify valid user ids. |
Thank you for coming back on this after all this time 👍 In my request i was thinking about option 1) , different codes not linked to a specific user (ie: in case of a wall tablet the logged in user doesn't change) |
So, you are requesting a simple list of codes? |
Yes that s exactly the use case, each family member uses his own code for convenience. Example: a button to disarm the alarm, protected by pin code. You could also create a new pin code for an external worker without sharing your own private code. |
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: