From ef5c9c2187bec447c4c0d7e527d13f256febb26a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 16 Nov 2023 16:13:13 -0600 Subject: [PATCH] Bump aioesphomeapi to 18.5.1 (#104085) * Bump aioesphomeapi to 18.5.0 changelog: https://github.com/esphome/aioesphomeapi/compare/v18.4.0...v18.5.0 * one more --- 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 3b5a2050cb8..4ee6005ca8f 100644 --- a/homeassistant/components/esphome/manifest.json +++ b/homeassistant/components/esphome/manifest.json @@ -16,7 +16,7 @@ "loggers": ["aioesphomeapi", "noiseprotocol"], "requirements": [ "async-interrupt==1.1.1", - "aioesphomeapi==18.4.0", + "aioesphomeapi==18.5.1", "bluetooth-data-tools==1.14.0", "esphome-dashboard-api==1.2.3" ], diff --git a/requirements_all.txt b/requirements_all.txt index 440e0ed180b..4db50e9192f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -239,7 +239,7 @@ aioelectricitymaps==0.1.5 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==18.4.0 +aioesphomeapi==18.5.1 # homeassistant.components.flo aioflo==2021.11.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ebcd5123c92..ba39460d7c0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -218,7 +218,7 @@ aioelectricitymaps==0.1.5 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==18.4.0 +aioesphomeapi==18.5.1 # homeassistant.components.flo aioflo==2021.11.0