From 73f90035bb9c0bc1d7b9b2427ffa529de46458d1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 3 Jul 2023 13:19:41 -0500 Subject: [PATCH] Bump aioesphomeapi to 15.1.2 (#95792) changelog: https://github.com/esphome/aioesphomeapi/compare/v15.1.1...v15.1.2 intentionally not tagged for beta to give it more time in dev since we are near the end of the beta cycle --- homeassistant/components/esphome/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/esphome/manifest.json b/homeassistant/components/esphome/manifest.json index 8f5e6b95c39..8fc16926e56 100644 --- a/homeassistant/components/esphome/manifest.json +++ b/homeassistant/components/esphome/manifest.json @@ -15,7 +15,7 @@ "iot_class": "local_push", "loggers": ["aioesphomeapi", "noiseprotocol"], "requirements": [ - "aioesphomeapi==15.1.1", + "aioesphomeapi==15.1.2", "bluetooth-data-tools==1.3.0", "esphome-dashboard-api==1.2.3" ], diff --git a/requirements_all.txt b/requirements_all.txt index df524f01ae2..8a19ee9dd76 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -234,7 +234,7 @@ aioecowitt==2023.5.0 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==15.1.1 +aioesphomeapi==15.1.2 # homeassistant.components.flo aioflo==2021.11.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0aa356165bf..e5feb50105c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -212,7 +212,7 @@ aioecowitt==2023.5.0 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==15.1.1 +aioesphomeapi==15.1.2 # homeassistant.components.flo aioflo==2021.11.0