Bump bluetooth-auto-recovery to 0.3.3 (#78245)
Downgrades a few more loggers to debug since the only reason we check them is to give a better error message when the bluetooth adapter is blocked by rfkill. https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.3.2...v0.3.3 closes #78211pull/78333/head
parent
0b2c3cfb99
commit
05d4ece4de
|
@ -7,7 +7,7 @@
|
|||
"requirements": [
|
||||
"bleak==0.16.0",
|
||||
"bluetooth-adapters==0.4.1",
|
||||
"bluetooth-auto-recovery==0.3.2",
|
||||
"bluetooth-auto-recovery==0.3.3",
|
||||
"dbus_next==0.2.3"
|
||||
],
|
||||
"codeowners": ["@bdraco"],
|
||||
|
|
|
@ -12,7 +12,7 @@ awesomeversion==22.8.0
|
|||
bcrypt==3.1.7
|
||||
bleak==0.16.0
|
||||
bluetooth-adapters==0.4.1
|
||||
bluetooth-auto-recovery==0.3.2
|
||||
bluetooth-auto-recovery==0.3.3
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.2.0
|
||||
cryptography==37.0.4
|
||||
|
|
|
@ -433,7 +433,7 @@ bluemaestro-ble==0.2.0
|
|||
bluetooth-adapters==0.4.1
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bluetooth-auto-recovery==0.3.2
|
||||
bluetooth-auto-recovery==0.3.3
|
||||
|
||||
# homeassistant.components.bond
|
||||
bond-async==0.1.22
|
||||
|
|
|
@ -344,7 +344,7 @@ bluemaestro-ble==0.2.0
|
|||
bluetooth-adapters==0.4.1
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bluetooth-auto-recovery==0.3.2
|
||||
bluetooth-auto-recovery==0.3.3
|
||||
|
||||
# homeassistant.components.bond
|
||||
bond-async==0.1.22
|
||||
|
|
Loading…
Reference in New Issue