mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Bump aioesphomeapi to 34.1.0 (#148048)
This commit is contained in:
parent
244e0f5ea8
commit
3c4ecffa1b
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -82,6 +82,7 @@
|
||||
'minor': 99,
|
||||
}),
|
||||
'device_info': dict({
|
||||
'api_encryption_supported': False,
|
||||
'area': dict({
|
||||
'area_id': 0,
|
||||
'name': '',
|
||||
|
@ -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**",
|
||||
|
Loading…
x
Reference in New Issue
Block a user