Skip to content

Commit

Permalink
Bump aioesphomeapi to 19.1.1 (home-assistant#104569)
Browse files Browse the repository at this point in the history
- Fixes races in bluetooth connections
- The client now has 100% coverage
- The library is approaching ~100% coverage
- Minor performance improvement

changelog: esphome/aioesphomeapi@v19.1.0...v19.1.1

coverage: https://app.codecov.io/gh/esphome/aioesphomeapi/tree/main
  • Loading branch information
bdraco authored Nov 27, 2023
1 parent 321b24b commit 7fbf68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/esphome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"loggers": ["aioesphomeapi", "noiseprotocol"],
"requirements": [
"async-interrupt==1.1.1",
"aioesphomeapi==19.1.0",
"aioesphomeapi==19.1.1",
"bluetooth-data-tools==1.15.0",
"esphome-dashboard-api==1.2.3"
],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ aioelectricitymaps==0.1.5
aioemonitor==1.0.5

# homeassistant.components.esphome
aioesphomeapi==19.1.0
aioesphomeapi==19.1.1

# homeassistant.components.flo
aioflo==2021.11.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ aioelectricitymaps==0.1.5
aioemonitor==1.0.5

# homeassistant.components.esphome
aioesphomeapi==19.1.0
aioesphomeapi==19.1.1

# homeassistant.components.flo
aioflo==2021.11.0
Expand Down

0 comments on commit 7fbf68f

Please sign in to comment.