Bump aioesphomeapi to 41.1.0 (#152461)

Co-authored-by: J. Nick Koston <nick@home-assistant.io>
pull/152471/head
Paulus Schoutsen 2025-09-16 20:18:54 -04:00 committed by GitHub
parent d67ec7593a
commit 1598c4ebe8
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==41.0.0",
"aioesphomeapi==41.1.0",
"esphome-dashboard-api==1.3.0",
"bleak-esphome==3.3.0"
],

2
requirements_all.txt generated
View File

@ -247,7 +247,7 @@ aioelectricitymaps==1.1.1
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==41.0.0
aioesphomeapi==41.1.0
# homeassistant.components.flo
aioflo==2021.11.0

View File

@ -235,7 +235,7 @@ aioelectricitymaps==1.1.1
aioemonitor==1.0.5
# homeassistant.components.esphome
aioesphomeapi==41.0.0
aioesphomeapi==41.1.0
# homeassistant.components.flo
aioflo==2021.11.0

View File

@ -109,6 +109,7 @@
'uses_password': False,
'voice_assistant_feature_flags': 0,
'webserver_port': 0,
'zwave_proxy_feature_flags': 0,
}),
'services': list([
]),

View File

@ -146,6 +146,7 @@ async def test_diagnostics_with_bluetooth(
"legacy_voice_assistant_version": 0,
"voice_assistant_feature_flags": 0,
"webserver_port": 0,
"zwave_proxy_feature_flags": 0,
},
"services": [],
},