Enable the use of non-encrypted token in Nuki (#104007)
This commit is contained in:
parent
664aca2c68
commit
239d7c9d80
4 changed files with 28 additions and 9 deletions
|
@ -12,3 +12,6 @@ DEFAULT_PORT = 8080
|
|||
DEFAULT_TIMEOUT = 20
|
||||
|
||||
ERROR_STATES = (0, 254, 255)
|
||||
|
||||
# Encrypt token, instead of using a plaintext token
|
||||
CONF_ENCRYPT_TOKEN = "encrypt_token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue