mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Bump aioesphomeapi to 41.1.0 (#152461)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
@@ -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
2
requirements_all.txt
generated
@@ -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
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -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
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
'uses_password': False,
|
||||
'voice_assistant_feature_flags': 0,
|
||||
'webserver_port': 0,
|
||||
'zwave_proxy_feature_flags': 0,
|
||||
}),
|
||||
'services': list([
|
||||
]),
|
||||
|
||||
@@ -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": [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user