From 53e69af0889cf986636948c17dbd45d0492edf6c Mon Sep 17 00:00:00 2001
From: Paul Daumlechner <paul.daumlechner@live.de>
Date: Sun, 29 Dec 2024 21:00:26 +0100
Subject: [PATCH] Bump pyvlx to 0.2.26 (#115483)

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

diff --git a/homeassistant/components/velux/manifest.json b/homeassistant/components/velux/manifest.json
index c3576aca925..053b7fcc594 100644
--- a/homeassistant/components/velux/manifest.json
+++ b/homeassistant/components/velux/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/velux",
   "iot_class": "local_polling",
   "loggers": ["pyvlx"],
-  "requirements": ["pyvlx==0.2.21"]
+  "requirements": ["pyvlx==0.2.26"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index a19f1b36c5a..d6b25671724 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2494,7 +2494,7 @@ pyvesync==2.1.14
 pyvizio==0.1.61
 
 # homeassistant.components.velux
-pyvlx==0.2.21
+pyvlx==0.2.26
 
 # homeassistant.components.volumio
 pyvolumio==0.1.5
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index c8099b2d9cf..29a337e14c8 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -2009,7 +2009,7 @@ pyvesync==2.1.14
 pyvizio==0.1.61
 
 # homeassistant.components.velux
-pyvlx==0.2.21
+pyvlx==0.2.26
 
 # homeassistant.components.volumio
 pyvolumio==0.1.5
-- 
GitLab