From 003622defdf1e98f1a25b27bfc31ed10c4a91c72 Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Tue, 14 May 2024 10:54:53 +0200 Subject: [PATCH] Update gotailwind to 0.2.3 (#117402) --- 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 da115ab5603..2cc5f04fd16 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.2"], + "requirements": ["gotailwind==0.2.3"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index f940663a05b..541eff51811 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -977,7 +977,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.tailwind -gotailwind==0.2.2 +gotailwind==0.2.3 # homeassistant.components.govee_ble govee-ble==0.31.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 653e8fd2cd4..5501f952b7d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -800,7 +800,7 @@ google-nest-sdm==3.0.4 googlemaps==2.5.1 # homeassistant.components.tailwind -gotailwind==0.2.2 +gotailwind==0.2.3 # homeassistant.components.govee_ble govee-ble==0.31.2 -- GitLab