From e343b695571ffe9899d122744633e1b22b21274a Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Tue, 10 Dec 2024 11:35:00 +0100
Subject: [PATCH] Update gotailwind to v0.3.0 (#132817)

---
 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 705f591785f..7ad43c929a7 100644
--- a/homeassistant/components/tailwind/manifest.json
+++ b/homeassistant/components/tailwind/manifest.json
@@ -11,7 +11,7 @@
   "documentation": "https://www.home-assistant.io/integrations/tailwind",
   "integration_type": "device",
   "iot_class": "local_polling",
-  "requirements": ["gotailwind==0.2.4"],
+  "requirements": ["gotailwind==0.3.0"],
   "zeroconf": [
     {
       "type": "_http._tcp.local.",
diff --git a/requirements_all.txt b/requirements_all.txt
index 6fce6667da5..97a3cf368dc 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1030,7 +1030,7 @@ googlemaps==2.5.1
 goslide-api==0.7.0
 
 # homeassistant.components.tailwind
-gotailwind==0.2.4
+gotailwind==0.3.0
 
 # homeassistant.components.govee_ble
 govee-ble==0.40.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 540ec433359..5738016cefc 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -877,7 +877,7 @@ google-photos-library-api==0.12.1
 googlemaps==2.5.1
 
 # homeassistant.components.tailwind
-gotailwind==0.2.4
+gotailwind==0.3.0
 
 # homeassistant.components.govee_ble
 govee-ble==0.40.0
-- 
GitLab