Bump aioesphomeapi to 34.1.0 (#148048)

This commit is contained in:
J. Nick Koston 2025-07-03 10:33:44 -05:00 committed by GitHub
parent 244e0f5ea8
commit 3c4ecffa1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
"mqtt": ["esphome/discover/#"],
"quality_scale": "platinum",
"requirements": [
"aioesphomeapi==33.1.1",
"aioesphomeapi==34.1.0",
"esphome-dashboard-api==1.3.0",
"bleak-esphome==2.16.0"
],

2
requirements_all.txt generated
View File

@ -247,7 +247,7 @@ aioelectricitymaps==0.4.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==33.1.1
aioesphomeapi==34.1.0
# homeassistant.components.flo
aioflo==2021.11.0

View File

@ -235,7 +235,7 @@ aioelectricitymaps==0.4.0
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==33.1.1
aioesphomeapi==34.1.0
# homeassistant.components.flo
aioflo==2021.11.0

View File

@ -82,6 +82,7 @@
'minor': 99,
}),
'device_info': dict({
'api_encryption_supported': False,
'area': dict({
'area_id': 0,
'name': '',

View File

@ -124,6 +124,7 @@ async def test_diagnostics_with_bluetooth(
"storage_data": {
"api_version": {"major": 99, "minor": 99},
"device_info": {
"api_encryption_supported": False,
"area": {"area_id": 0, "name": ""},
"areas": [],
"bluetooth_mac_address": "**REDACTED**",