Bump aioesphomeapi to 27.0.2 (#131397)
Fixes for cancellation during Bluetooth connect changelog: https://github.com/esphome/aioesphomeapi/compare/v27.0.1...v27.0.2 Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>pull/131415/head^2
parent
d527788a60
commit
60cf797650
|
@ -16,7 +16,7 @@
|
|||
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
|
||||
"mqtt": ["esphome/discover/#"],
|
||||
"requirements": [
|
||||
"aioesphomeapi==27.0.1",
|
||||
"aioesphomeapi==27.0.2",
|
||||
"esphome-dashboard-api==1.2.3",
|
||||
"bleak-esphome==1.1.0"
|
||||
],
|
||||
|
|
|
@ -243,7 +243,7 @@ aioelectricitymaps==0.4.0
|
|||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==27.0.1
|
||||
aioesphomeapi==27.0.2
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
|
|
@ -231,7 +231,7 @@ aioelectricitymaps==0.4.0
|
|||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==27.0.1
|
||||
aioesphomeapi==27.0.2
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
|
Loading…
Reference in New Issue