Bump bleak-esphome to 2.10.2 (#139731)

* Bump bleak-esphome to 2.10.0

changelog: https://github.com/Bluetooth-Devices/bleak-esphome/compare/v2.9.0...v2.10.0

* again for wheel fix

* disable name check since its a binary now
This commit is contained in:
J. Nick Koston 2025-03-04 00:49:44 -10:00 committed by GitHub
parent 50cec420ef
commit d38e046494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

View File

@ -22,5 +22,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["eq3btsmart"],
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.9.0"]
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.10.2"]
}

View File

@ -18,7 +18,7 @@
"requirements": [
"aioesphomeapi==29.3.2",
"esphome-dashboard-api==1.2.3",
"bleak-esphome==2.9.0"
"bleak-esphome==2.10.2"
],
"zeroconf": ["_esphomelib._tcp.local."]
}

2
requirements_all.txt generated
View File

@ -603,7 +603,7 @@ bizkaibus==0.1.1
# homeassistant.components.eq3btsmart
# homeassistant.components.esphome
bleak-esphome==2.9.0
bleak-esphome==2.10.2
# homeassistant.components.bluetooth
bleak-retry-connector==3.9.0

View File

@ -534,7 +534,7 @@ bimmer-connected[china]==0.17.2
# homeassistant.components.eq3btsmart
# homeassistant.components.esphome
bleak-esphome==2.9.0
bleak-esphome==2.10.2
# homeassistant.components.bluetooth
bleak-retry-connector==3.9.0

View File

@ -6,7 +6,9 @@ from aioesphomeapi import APIClient, APIVersion, BluetoothProxyFeature, DeviceIn
from bleak.exc import BleakError
from bleak_esphome.backend.client import ESPHomeClient, ESPHomeClientData
from bleak_esphome.backend.device import ESPHomeBluetoothDevice
from bleak_esphome.backend.scanner import ESPHomeScanner
from bleak_esphome.backend.scanner import ( # pylint: disable=no-name-in-module
ESPHomeScanner,
)
import pytest
from homeassistant.components.bluetooth import HaBluetoothConnector