mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Merge remote-tracking branch 'upstream/dev' into update-bleak-1.0.0
This commit is contained in:
commit
9216f84b66
@ -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==3.0.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