Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bluetooth device connection failure when device is seen by dbus but not bleak #83281

Merged
merged 2 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump again to optimize
  • Loading branch information
bdraco committed Dec 5, 2022
commit 0ea7a1c6dd221dd28687c16869ee330db06fb936
2 changes: 1 addition & 1 deletion homeassistant/components/bluetooth/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"quality_scale": "internal",
"requirements": [
"bleak==0.19.2",
"bleak-retry-connector==2.10.0",
"bleak-retry-connector==2.10.1",
"bluetooth-adapters==0.12.0",
"bluetooth-auto-recovery==0.5.4",
"bluetooth-data-tools==0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ atomicwrites-homeassistant==1.4.1
attrs==21.2.0
awesomeversion==22.9.0
bcrypt==3.1.7
bleak-retry-connector==2.10.0
bleak-retry-connector==2.10.1
bleak==0.19.2
bluetooth-adapters==0.12.0
bluetooth-auto-recovery==0.5.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ bimmer_connected==0.10.4
bizkaibus==0.1.1

# homeassistant.components.bluetooth
bleak-retry-connector==2.10.0
bleak-retry-connector==2.10.1

# homeassistant.components.bluetooth
bleak==0.19.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ bellows==0.34.5
bimmer_connected==0.10.4

# homeassistant.components.bluetooth
bleak-retry-connector==2.10.0
bleak-retry-connector==2.10.1

# homeassistant.components.bluetooth
bleak==0.19.2
Expand Down