From fae77cc1f58bb9a62875f099f4518bfd36359c3d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 10 Sep 2026 10:56:46 -0500 Subject: [PATCH] Bump aioesphomeapi to 46.4.0 (#181856) --- homeassistant/components/esphome/manifest.json | 2 +- requirements_all.txt | 2 +- tests/components/esphome/snapshots/test_diagnostics.ambr | 1 + tests/components/esphome/test_diagnostics.py | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/esphome/manifest.json b/homeassistant/components/esphome/manifest.json index 7f8e70006f55..fb3b62aa43a2 100644 --- a/homeassistant/components/esphome/manifest.json +++ b/homeassistant/components/esphome/manifest.json @@ -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" ], diff --git a/requirements_all.txt b/requirements_all.txt index 71cb729f8650..304253cb87f7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/tests/components/esphome/snapshots/test_diagnostics.ambr b/tests/components/esphome/snapshots/test_diagnostics.ambr index 6bd490685735..5738a78a14c6 100644 --- a/tests/components/esphome/snapshots/test_diagnostics.ambr +++ b/tests/components/esphome/snapshots/test_diagnostics.ambr @@ -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': '', diff --git a/tests/components/esphome/test_diagnostics.py b/tests/components/esphome/test_diagnostics.py index 7ecc3dc88721..4fcd8d463997 100644 --- a/tests/components/esphome/test_diagnostics.py +++ b/tests/components/esphome/test_diagnostics.py @@ -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**",