diff --git a/homeassistant/components/esphome/manifest.json b/homeassistant/components/esphome/manifest.json index 867c4c473c47..7eb5b9744daf 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==45.5.2", + "aioesphomeapi==45.6.0", "esphome-dashboard-api==1.3.0", "bleak-esphome==3.9.7" ], diff --git a/requirements_all.txt b/requirements_all.txt index fa5658a54118..f9fe758b27a7 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==45.5.2 +aioesphomeapi==45.6.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 62cd3c5c39af..6bd490685735 100644 --- a/tests/components/esphome/snapshots/test_diagnostics.ambr +++ b/tests/components/esphome/snapshots/test_diagnostics.ambr @@ -82,6 +82,7 @@ 'minor': 99, }), 'device_info': dict({ + 'api_encryption_provisionable': False, 'api_encryption_supported': False, 'area': dict({ 'area_id': 0, diff --git a/tests/components/esphome/test_diagnostics.py b/tests/components/esphome/test_diagnostics.py index 158954ca374b..7ecc3dc88721 100644 --- a/tests/components/esphome/test_diagnostics.py +++ b/tests/components/esphome/test_diagnostics.py @@ -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": [],