Bump aioesphomeapi to 41.1.0 (#152461)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>pull/152471/head
parent
d67ec7593a
commit
1598c4ebe8
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": [],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue