mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Bump aioesphomeapi to 46.4.0 (#181856)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"mqtt": ["esphome/discover/#"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": [
|
||||
"aioesphomeapi==46.2.0",
|
||||
"aioesphomeapi==46.4.0",
|
||||
"esphome-dashboard-api==1.4.0",
|
||||
"bleak-esphome==4.0.0"
|
||||
],
|
||||
|
||||
Generated
+1
-1
@@ -260,7 +260,7 @@ aioelectricitymaps==1.1.1
|
||||
aioemonitor==1.0.5
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==46.2.0
|
||||
aioesphomeapi==46.4.0
|
||||
|
||||
# homeassistant.components.matrix
|
||||
# homeassistant.components.slack
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
'device_info': dict({
|
||||
'api_encryption_provisionable': False,
|
||||
'api_encryption_supported': False,
|
||||
'api_outgoing_connection_supported': False,
|
||||
'area': dict({
|
||||
'area_id': 0,
|
||||
'name': '',
|
||||
|
||||
@@ -131,6 +131,7 @@ async def test_diagnostics_with_bluetooth(
|
||||
"device_info": {
|
||||
"api_encryption_provisionable": False,
|
||||
"api_encryption_supported": False,
|
||||
"api_outgoing_connection_supported": False,
|
||||
"area": {"area_id": 0, "name": ""},
|
||||
"areas": [],
|
||||
"bluetooth_mac_address": "**REDACTED**",
|
||||
|
||||
Reference in New Issue
Block a user