mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump aioesphomeapi to 3.1.1 (#147345)
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
"mqtt": ["esphome/discover/#"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": [
|
||||
"aioesphomeapi==33.0.0",
|
||||
"aioesphomeapi==33.1.1",
|
||||
"esphome-dashboard-api==1.3.0",
|
||||
"bleak-esphome==2.16.0"
|
||||
],
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -244,7 +244,7 @@ aioelectricitymaps==0.4.0
|
||||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==33.0.0
|
||||
aioesphomeapi==33.1.1
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -232,7 +232,7 @@ aioelectricitymaps==0.4.0
|
||||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==33.0.0
|
||||
aioesphomeapi==33.1.1
|
||||
|
||||
# homeassistant.components.flo
|
||||
aioflo==2021.11.0
|
||||
|
@ -82,9 +82,17 @@
|
||||
'minor': 99,
|
||||
}),
|
||||
'device_info': dict({
|
||||
'area': dict({
|
||||
'area_id': 0,
|
||||
'name': '',
|
||||
}),
|
||||
'areas': list([
|
||||
]),
|
||||
'bluetooth_mac_address': '',
|
||||
'bluetooth_proxy_feature_flags': 0,
|
||||
'compilation_time': '',
|
||||
'devices': list([
|
||||
]),
|
||||
'esphome_version': '1.0.0',
|
||||
'friendly_name': 'Test',
|
||||
'has_deep_sleep': False,
|
||||
|
@ -124,9 +124,12 @@ async def test_diagnostics_with_bluetooth(
|
||||
"storage_data": {
|
||||
"api_version": {"major": 99, "minor": 99},
|
||||
"device_info": {
|
||||
"area": {"area_id": 0, "name": ""},
|
||||
"areas": [],
|
||||
"bluetooth_mac_address": "**REDACTED**",
|
||||
"bluetooth_proxy_feature_flags": 63,
|
||||
"compilation_time": "",
|
||||
"devices": [],
|
||||
"esphome_version": "1.0.0",
|
||||
"friendly_name": "Test",
|
||||
"has_deep_sleep": False,
|
||||
|
Reference in New Issue
Block a user