mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 23:51:32 +02:00
Bump tuya-device-sharing-sdk to 0.2.4 (#151742)
This commit is contained in:
@@ -157,9 +157,7 @@ class DeviceListener(SharingDeviceListener):
|
||||
self.hass = hass
|
||||
self.manager = manager
|
||||
|
||||
# pylint disable can be removed when issue fixed in library
|
||||
# https://github.com/tuya/tuya-device-sharing-sdk/pull/35
|
||||
def update_device( # pylint: disable=arguments-renamed
|
||||
def update_device(
|
||||
self,
|
||||
device: CustomerDevice,
|
||||
updated_status_properties: list[str] | None = None,
|
||||
|
||||
@@ -43,5 +43,5 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["tuya_iot"],
|
||||
"requirements": ["tuya-device-sharing-sdk==0.2.3"]
|
||||
"requirements": ["tuya-device-sharing-sdk==0.2.4"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2991,7 +2991,7 @@ ttls==1.8.3
|
||||
ttn_client==1.2.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.2.3
|
||||
tuya-device-sharing-sdk==0.2.4
|
||||
|
||||
# homeassistant.components.twentemilieu
|
||||
twentemilieu==2.2.1
|
||||
|
||||
Generated
+1
-1
@@ -2465,7 +2465,7 @@ ttls==1.8.3
|
||||
ttn_client==1.2.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.2.3
|
||||
tuya-device-sharing-sdk==0.2.4
|
||||
|
||||
# homeassistant.components.twentemilieu
|
||||
twentemilieu==2.2.1
|
||||
|
||||
Reference in New Issue
Block a user