From d527788a606b0336f5c0317f2c377ed910da4764 Mon Sep 17 00:00:00 2001
From: Brandon Rothweiler <2292715+bdr99@users.noreply.github.com>
Date: Sat, 23 Nov 2024 18:44:31 -0500
Subject: [PATCH] Bump py-aosmith to 1.0.11 (#131422)

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

diff --git a/homeassistant/components/aosmith/manifest.json b/homeassistant/components/aosmith/manifest.json
index 4cd1eb32cd1..eae7981d5b9 100644
--- a/homeassistant/components/aosmith/manifest.json
+++ b/homeassistant/components/aosmith/manifest.json
@@ -5,5 +5,5 @@
   "config_flow": true,
   "documentation": "https://www.home-assistant.io/integrations/aosmith",
   "iot_class": "cloud_polling",
-  "requirements": ["py-aosmith==1.0.10"]
+  "requirements": ["py-aosmith==1.0.11"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index d01ab5171ee..6f404552624 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1672,7 +1672,7 @@ pushover_complete==1.1.1
 pvo==2.1.1
 
 # homeassistant.components.aosmith
-py-aosmith==1.0.10
+py-aosmith==1.0.11
 
 # homeassistant.components.canary
 py-canary==0.5.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 288d121dddf..8d4cec109f2 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1367,7 +1367,7 @@ pushover_complete==1.1.1
 pvo==2.1.1
 
 # homeassistant.components.aosmith
-py-aosmith==1.0.10
+py-aosmith==1.0.11
 
 # homeassistant.components.canary
 py-canary==0.5.4
-- 
GitLab