From e6bc1f0730a3ecd7dae72f5b668fed7c98bb4c87 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Sun, 6 Oct 2024 03:20:04 +0200
Subject: [PATCH] Update bleak-esphome to 1.1.0 (#127692)

---
 homeassistant/components/eq3btsmart/manifest.json | 2 +-
 homeassistant/components/esphome/manifest.json    | 2 +-
 requirements_all.txt                              | 2 +-
 requirements_test_all.txt                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/eq3btsmart/manifest.json b/homeassistant/components/eq3btsmart/manifest.json
index d308d02027d..8c56e5ec598 100644
--- a/homeassistant/components/eq3btsmart/manifest.json
+++ b/homeassistant/components/eq3btsmart/manifest.json
@@ -23,5 +23,5 @@
   "iot_class": "local_polling",
   "loggers": ["eq3btsmart"],
   "quality_scale": "silver",
-  "requirements": ["eq3btsmart==1.1.9", "bleak-esphome==1.0.0"]
+  "requirements": ["eq3btsmart==1.1.9", "bleak-esphome==1.1.0"]
 }
diff --git a/homeassistant/components/esphome/manifest.json b/homeassistant/components/esphome/manifest.json
index aca92f976cc..410c826c5a0 100644
--- a/homeassistant/components/esphome/manifest.json
+++ b/homeassistant/components/esphome/manifest.json
@@ -19,7 +19,7 @@
   "requirements": [
     "aioesphomeapi==27.0.0",
     "esphome-dashboard-api==1.2.3",
-    "bleak-esphome==1.0.0"
+    "bleak-esphome==1.1.0"
   ],
   "zeroconf": ["_esphomelib._tcp.local."]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 49adbae2101..da397dca6d6 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -575,7 +575,7 @@ bizkaibus==0.1.1
 
 # homeassistant.components.eq3btsmart
 # homeassistant.components.esphome
-bleak-esphome==1.0.0
+bleak-esphome==1.1.0
 
 # homeassistant.components.bluetooth
 bleak-retry-connector==3.6.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 6e2a7c56f04..f3ef0909734 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -506,7 +506,7 @@ bimmer-connected[china]==0.16.3
 
 # homeassistant.components.eq3btsmart
 # homeassistant.components.esphome
-bleak-esphome==1.0.0
+bleak-esphome==1.1.0
 
 # homeassistant.components.bluetooth
 bleak-retry-connector==3.6.0
-- 
GitLab