mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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
@ -25,8 +25,11 @@ from aioesphomeapi import (
|
|||||||
BluetoothProxyFeature,
|
BluetoothProxyFeature,
|
||||||
DeviceInfo,
|
DeviceInfo,
|
||||||
)
|
)
|
||||||
from aioesphomeapi.connection import APIConnectionError, TimeoutAPIError
|
from aioesphomeapi.core import (
|
||||||
from aioesphomeapi.core import BluetoothGATTAPIError
|
APIConnectionError,
|
||||||
|
BluetoothGATTAPIError,
|
||||||
|
TimeoutAPIError,
|
||||||
|
)
|
||||||
from async_interrupt import interrupt
|
from async_interrupt import interrupt
|
||||||
from bleak.backends.characteristic import BleakGATTCharacteristic
|
from bleak.backends.characteristic import BleakGATTCharacteristic
|
||||||
from bleak.backends.client import BaseBleakClient, NotifyCallback
|
from bleak.backends.client import BaseBleakClient, NotifyCallback
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"async-interrupt==1.1.1",
|
"async-interrupt==1.1.1",
|
||||||
"aioesphomeapi==17.1.5",
|
"aioesphomeapi==17.2.0",
|
||||||
"bluetooth-data-tools==1.12.0",
|
"bluetooth-data-tools==1.12.0",
|
||||||
"esphome-dashboard-api==1.2.3"
|
"esphome-dashboard-api==1.2.3"
|
||||||
],
|
],
|
||||||
|
@ -237,7 +237,7 @@ aioecowitt==2023.5.0
|
|||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==17.1.5
|
aioesphomeapi==17.2.0
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
aioflo==2021.11.0
|
||||||
|
@ -218,7 +218,7 @@ aioecowitt==2023.5.0
|
|||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==17.1.5
|
aioesphomeapi==17.2.0
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
aioflo==2021.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user