Replies: 2 comments
-
from what i could tell, this is a way to pass a code to the lock for locks that require a code. A different approach to this issue is maybe using HA permissions |
Beta Was this translation helpful? Give feedback.
0 replies
-
ah okay :(
thanks, anyways - awesome piece of work!!
… Am 08.04.2024 um 23:11 schrieb ronengr ***@***.***>:
from what i could tell, this is a way to pass a code to the lock for locks that require a code.
I don't see a support for verifying the code in HA itself, and I'm not sure that writing such implementation specifically for hass_nuki_bt is the correct approach as doing it in a secure way is not trivial.
A different approach to this issue is maybe using HA permissions
https://developers.home-assistant.io/docs/auth_permissions/
—
Reply to this email directly, view it on GitHub <#48 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJRE25FGLONNMWHH5D2YN3LY4MBZLAVCNFSM6AAAAABF5J4IMCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANJRGIZTK>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the HA lock entity supports codes. https://developers.home-assistant.io/docs/core/entity/lock/
It would be nice to have this possibility to use it in order to avoid that everybody with access to HA can also use the entity to open the door. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions