mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Bump tuya-device-handlers to 0.0.13 (#165684)
This commit is contained in:
@@ -8,8 +8,8 @@ from typing import Any
|
||||
from tuya_device_handlers.device_wrapper.base import DeviceWrapper
|
||||
from tuya_device_handlers.device_wrapper.common import DPCodeTypeInformationWrapper
|
||||
from tuya_device_handlers.device_wrapper.event import (
|
||||
Base64Utf8RawWrapper,
|
||||
Base64Utf8StringWrapper,
|
||||
Base64Utf8RawEventWrapper,
|
||||
Base64Utf8StringEventWrapper,
|
||||
SimpleEventEnumWrapper,
|
||||
)
|
||||
from tuya_sharing import CustomerDevice, Manager
|
||||
@@ -44,13 +44,13 @@ EVENTS: dict[DeviceCategory, tuple[TuyaEventEntityDescription, ...]] = {
|
||||
key=DPCode.ALARM_MESSAGE,
|
||||
device_class=EventDeviceClass.DOORBELL,
|
||||
translation_key="doorbell_message",
|
||||
wrapper_class=Base64Utf8StringWrapper,
|
||||
wrapper_class=Base64Utf8StringEventWrapper,
|
||||
),
|
||||
TuyaEventEntityDescription(
|
||||
key=DPCode.DOORBELL_PIC,
|
||||
device_class=EventDeviceClass.DOORBELL,
|
||||
translation_key="doorbell_picture",
|
||||
wrapper_class=Base64Utf8RawWrapper,
|
||||
wrapper_class=Base64Utf8RawEventWrapper,
|
||||
),
|
||||
),
|
||||
DeviceCategory.WXKG: (
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["tuya_sharing"],
|
||||
"requirements": [
|
||||
"tuya-device-handlers==0.0.12",
|
||||
"tuya-device-handlers==0.0.13",
|
||||
"tuya-device-sharing-sdk==0.2.8"
|
||||
]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -3139,7 +3139,7 @@ ttls==1.8.3
|
||||
ttn_client==1.2.3
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-handlers==0.0.12
|
||||
tuya-device-handlers==0.0.13
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.2.8
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2642,7 +2642,7 @@ ttls==1.8.3
|
||||
ttn_client==1.2.3
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-handlers==0.0.12
|
||||
tuya-device-handlers==0.0.13
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.2.8
|
||||
|
||||
Reference in New Issue
Block a user