From c97f1baa2ba322cd8a3ba553edb078259d16efc5 Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Mon, 30 Sep 2024 19:52:11 +0200
Subject: [PATCH] Update gotailwind to 0.2.4 (#127129)

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

diff --git a/homeassistant/components/tailwind/manifest.json b/homeassistant/components/tailwind/manifest.json
index 2cc5f04fd16..97d08737a87 100644
--- a/homeassistant/components/tailwind/manifest.json
+++ b/homeassistant/components/tailwind/manifest.json
@@ -12,7 +12,7 @@
   "integration_type": "device",
   "iot_class": "local_polling",
   "quality_scale": "platinum",
-  "requirements": ["gotailwind==0.2.3"],
+  "requirements": ["gotailwind==0.2.4"],
   "zeroconf": [
     {
       "type": "_http._tcp.local.",
diff --git a/requirements_all.txt b/requirements_all.txt
index 53457e6eecb..667d42d760a 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1016,7 +1016,7 @@ googlemaps==2.5.1
 goslide-api==0.5.1
 
 # homeassistant.components.tailwind
-gotailwind==0.2.3
+gotailwind==0.2.4
 
 # homeassistant.components.govee_ble
 govee-ble==0.40.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index ab8d98d1479..35fc595cb86 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -863,7 +863,7 @@ google-photos-library-api==0.12.1
 googlemaps==2.5.1
 
 # homeassistant.components.tailwind
-gotailwind==0.2.3
+gotailwind==0.2.4
 
 # homeassistant.components.govee_ble
 govee-ble==0.40.0
-- 
GitLab