Merge remote-tracking branch 'upstream/dev' into update-bleak-1.0.0

This commit is contained in:
J. Nick Koston 2025-07-03 11:18:08 -05:00
commit 9216f84b66
No known key found for this signature in database
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==3.0.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**",