Update gotailwind to 0.2.2 (#106054)

This commit is contained in:
Franck Nijhof 2023-12-19 13:35:29 +01:00 committed by GitHub
parent 5b4000e759
commit 63136572a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ from __future__ import annotations
from collections.abc import Callable from collections.abc import Callable
from dataclasses import dataclass from dataclasses import dataclass
from gotailwind.models import TailwindDoor from gotailwind import TailwindDoor
from homeassistant.components.binary_sensor import ( from homeassistant.components.binary_sensor import (
BinarySensorEntity, BinarySensorEntity,

View File

@ -11,7 +11,7 @@
"documentation": "https://www.home-assistant.io/integrations/tailwind", "documentation": "https://www.home-assistant.io/integrations/tailwind",
"integration_type": "device", "integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["gotailwind==0.2.1"], "requirements": ["gotailwind==0.2.2"],
"zeroconf": [ "zeroconf": [
{ {
"type": "_http._tcp.local.", "type": "_http._tcp.local.",

View File

@ -934,7 +934,7 @@ googlemaps==2.5.1
goslide-api==0.5.1 goslide-api==0.5.1
# homeassistant.components.tailwind # homeassistant.components.tailwind
gotailwind==0.2.1 gotailwind==0.2.2
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.24.0 govee-ble==0.24.0

View File

@ -745,7 +745,7 @@ google-nest-sdm==3.0.3
googlemaps==2.5.1 googlemaps==2.5.1
# homeassistant.components.tailwind # homeassistant.components.tailwind
gotailwind==0.2.1 gotailwind==0.2.2
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.24.0 govee-ble==0.24.0