mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Bump aioesphomeapi to 3.1.1 (#147345)
This commit is contained in:
parent
e98ec38ad8
commit
ccbc5ed65b
@ -17,7 +17,7 @@
|
|||||||
"mqtt": ["esphome/discover/#"],
|
"mqtt": ["esphome/discover/#"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aioesphomeapi==33.0.0",
|
"aioesphomeapi==33.1.1",
|
||||||
"esphome-dashboard-api==1.3.0",
|
"esphome-dashboard-api==1.3.0",
|
||||||
"bleak-esphome==2.16.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
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==33.0.0
|
aioesphomeapi==33.1.1
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
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
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==33.0.0
|
aioesphomeapi==33.1.1
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
aioflo==2021.11.0
|
||||||
|
@ -82,9 +82,17 @@
|
|||||||
'minor': 99,
|
'minor': 99,
|
||||||
}),
|
}),
|
||||||
'device_info': dict({
|
'device_info': dict({
|
||||||
|
'area': dict({
|
||||||
|
'area_id': 0,
|
||||||
|
'name': '',
|
||||||
|
}),
|
||||||
|
'areas': list([
|
||||||
|
]),
|
||||||
'bluetooth_mac_address': '',
|
'bluetooth_mac_address': '',
|
||||||
'bluetooth_proxy_feature_flags': 0,
|
'bluetooth_proxy_feature_flags': 0,
|
||||||
'compilation_time': '',
|
'compilation_time': '',
|
||||||
|
'devices': list([
|
||||||
|
]),
|
||||||
'esphome_version': '1.0.0',
|
'esphome_version': '1.0.0',
|
||||||
'friendly_name': 'Test',
|
'friendly_name': 'Test',
|
||||||
'has_deep_sleep': False,
|
'has_deep_sleep': False,
|
||||||
|
@ -124,9 +124,12 @@ async def test_diagnostics_with_bluetooth(
|
|||||||
"storage_data": {
|
"storage_data": {
|
||||||
"api_version": {"major": 99, "minor": 99},
|
"api_version": {"major": 99, "minor": 99},
|
||||||
"device_info": {
|
"device_info": {
|
||||||
|
"area": {"area_id": 0, "name": ""},
|
||||||
|
"areas": [],
|
||||||
"bluetooth_mac_address": "**REDACTED**",
|
"bluetooth_mac_address": "**REDACTED**",
|
||||||
"bluetooth_proxy_feature_flags": 63,
|
"bluetooth_proxy_feature_flags": 63,
|
||||||
"compilation_time": "",
|
"compilation_time": "",
|
||||||
|
"devices": [],
|
||||||
"esphome_version": "1.0.0",
|
"esphome_version": "1.0.0",
|
||||||
"friendly_name": "Test",
|
"friendly_name": "Test",
|
||||||
"has_deep_sleep": False,
|
"has_deep_sleep": False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user