diff --git a/homeassistant/components/tailwind/binary_sensor.py b/homeassistant/components/tailwind/binary_sensor.py index e558349b8f7..7eec74042e2 100644 --- a/homeassistant/components/tailwind/binary_sensor.py +++ b/homeassistant/components/tailwind/binary_sensor.py @@ -4,7 +4,7 @@ from __future__ import annotations from collections.abc import Callable from dataclasses import dataclass -from gotailwind.models import TailwindDoor +from gotailwind import TailwindDoor from homeassistant.components.binary_sensor import ( BinarySensorEntity, diff --git a/homeassistant/components/tailwind/manifest.json b/homeassistant/components/tailwind/manifest.json index 5121c8408f0..014b5d3379a 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.1"], + "requirements": ["gotailwind==0.2.2"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 9ba43eb0ef6..3d1d69eb5f8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -934,7 +934,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.tailwind -gotailwind==0.2.1 +gotailwind==0.2.2 # homeassistant.components.govee_ble govee-ble==0.24.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ca091ec8321..0d02ad7aad5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -745,7 +745,7 @@ google-nest-sdm==3.0.3 googlemaps==2.5.1 # homeassistant.components.tailwind -gotailwind==0.2.1 +gotailwind==0.2.2 # homeassistant.components.govee_ble govee-ble==0.24.0