mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update gotailwind to 0.2.2 (#106054)
This commit is contained in:
parent
5b4000e759
commit
63136572a5
@ -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,
|
||||
|
@ -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.",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user