added AES support, hardened connection setup

This commit is contained in:
patman15
2024-08-27 21:55:26 +02:00
parent 9a03567f70
commit 8e929f191e
6 changed files with 156 additions and 79 deletions

View File

@@ -16,6 +16,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/patman15/hdpv_ble/issues",
"loggers": ["hunterdouglas_powerview_ble"],
"requirements": [],
"version": 0.11
"requirements": ["cryptography>=43.0.0"],
"version": 0.20
}