Enable the use of non-encrypted token in Nuki (#104007)

This commit is contained in:
Pascal Reeb 2023-11-27 17:28:13 +01:00 committed by GitHub
parent 664aca2c68
commit 239d7c9d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 9 deletions

View file

@ -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"