mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump aioesphomeapi to 45.6.0 (#176157)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"mqtt": ["esphome/discover/#"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": [
|
||||
"aioesphomeapi==45.5.2",
|
||||
"aioesphomeapi==45.6.0",
|
||||
"esphome-dashboard-api==1.3.0",
|
||||
"bleak-esphome==3.9.7"
|
||||
],
|
||||
|
||||
Generated
+1
-1
@@ -260,7 +260,7 @@ aioelectricitymaps==1.1.1
|
||||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==45.5.2
|
||||
aioesphomeapi==45.6.0
|
||||
|
||||
# homeassistant.components.matrix
|
||||
# homeassistant.components.slack
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
'minor': 99,
|
||||
}),
|
||||
'device_info': dict({
|
||||
'api_encryption_provisionable': False,
|
||||
'api_encryption_supported': False,
|
||||
'area': dict({
|
||||
'area_id': 0,
|
||||
|
||||
@@ -129,6 +129,7 @@ async def test_diagnostics_with_bluetooth(
|
||||
"storage_data": {
|
||||
"api_version": {"major": 99, "minor": 99},
|
||||
"device_info": {
|
||||
"api_encryption_provisionable": False,
|
||||
"api_encryption_supported": False,
|
||||
"area": {"area_id": 0, "name": ""},
|
||||
"areas": [],
|
||||
|
||||
Reference in New Issue
Block a user