Replies: 1 comment 1 reply
-
An option not to hide the codes, or maybe a service call to retrieve the codes, seems reasonable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance I can convince you to remove the code that deletes the lock codes from the data returned to the lock attributes, or at least make it a conifgurable option to remove this or not. Specifically, it is this code in
locks.py
that I am referring to:I need the codes in Home Assistant as I am managing the lock codes in HA and need to determine if a code is used before allowing it to be used again. My workaround is to store the code in the Name field, which isn't great. I understand the security concern here, so I'm suggesting this could be configurable.
Beta Was this translation helpful? Give feedback.
All reactions