We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a50cc commit 867f502Copy full SHA for 867f502
custom_components/ble_monitor/manifest.json
@@ -9,10 +9,10 @@
9
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
10
"requirements": [
11
"pycryptodomex>=3.21.0",
12
- "janus>=1.0.0",
+ "janus>=2.0.0",
13
"aioblescan>=0.2.14",
14
- "btsocket>=0.2.0",
+ "btsocket>=0.3.0",
15
"pyric>=0.1.6.3"
16
],
17
- "version": "12.20.0"
+ "version": "13.0.0-beta"
18
}
requirements_test.txt
@@ -2,7 +2,7 @@ pytest-homeassistant-custom-component==0.13.193
2
3
# BLE monitor requirements
4
pycryptodomex==3.21.0
5
-janus==1.0.0
+janus==2.0.0
6
aioblescan==0.2.14
7
-btsocket==0.2.0
+btsocket==0.3.0
8
pyric==0.1.6.3
0 commit comments