From e96ef4613cc18c88c0083382a7c9ca78cbe214b9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 10 Mar 2024 17:18:49 -1000 Subject: [PATCH] Bump aioesphomeapi to 23.1.1 (#113016) changelog: https://github.com/esphome/aioesphomeapi/compare/v23.1.0...v23.1.1 Fixes cryptic error message the user tried to send a command or execute a service call when the device was disconnected --- 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 693ecbad2fc..5ebc196fe3d 100644 --- a/homeassistant/components/esphome/manifest.json +++ b/homeassistant/components/esphome/manifest.json @@ -15,7 +15,7 @@ "iot_class": "local_push", "loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"], "requirements": [ - "aioesphomeapi==23.1.0", + "aioesphomeapi==23.1.1", "esphome-dashboard-api==1.2.3", "bleak-esphome==1.0.0" ], diff --git a/requirements_all.txt b/requirements_all.txt index 751d1a617a9..ab8bc56a8f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -242,7 +242,7 @@ aioelectricitymaps==0.4.0 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==23.1.0 +aioesphomeapi==23.1.1 # homeassistant.components.flo aioflo==2021.11.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8d615c7808d..9bb23b50bdb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -221,7 +221,7 @@ aioelectricitymaps==0.4.0 aioemonitor==1.0.5 # homeassistant.components.esphome -aioesphomeapi==23.1.0 +aioesphomeapi==23.1.1 # homeassistant.components.flo aioflo==2021.11.0