mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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 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,
|
||||||
|
@ -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.",
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user