Bump aioesphomeapi to 17.2.0 (#101981)
* Bump aioesphomeapi to 17.2.0 changelog: https://github.com/esphome/aioesphomeapi/compare/v17.1.5...v17.2.0 * fix import from wrong module
This commit is contained in:
parent
5ed8de8348
commit
89d86fe983
4 changed files with 8 additions and 5 deletions
|
@ -25,8 +25,11 @@ from aioesphomeapi import (
|
|||
BluetoothProxyFeature,
|
||||
DeviceInfo,
|
||||
)
|
||||
from aioesphomeapi.connection import APIConnectionError, TimeoutAPIError
|
||||
from aioesphomeapi.core import BluetoothGATTAPIError
|
||||
from aioesphomeapi.core import (
|
||||
APIConnectionError,
|
||||
BluetoothGATTAPIError,
|
||||
TimeoutAPIError,
|
||||
)
|
||||
from async_interrupt import interrupt
|
||||
from bleak.backends.characteristic import BleakGATTCharacteristic
|
||||
from bleak.backends.client import BaseBleakClient, NotifyCallback
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
||||
"requirements": [
|
||||
"async-interrupt==1.1.1",
|
||||
"aioesphomeapi==17.1.5",
|
||||
"aioesphomeapi==17.2.0",
|
||||
"bluetooth-data-tools==1.12.0",
|
||||
"esphome-dashboard-api==1.2.3"
|
||||
],
|
||||
|
|
|
@ -237,7 +237,7 @@ aioecowitt==2023.5.0
|
|||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==17.1.5
|
||||
aioesphomeapi==17.2.0
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
|
|
@ -218,7 +218,7 @@ aioecowitt==2023.5.0
|
|||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==17.1.5
|
||||
aioesphomeapi==17.2.0
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue