1
0
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:
epenet
2026-03-16 14:11:26 +01:00
committed by GitHub
parent b902b590b1
commit 011e6863d8
4 changed files with 7 additions and 7 deletions

View File

@@ -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: (

View File

@@ -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
View File

@@ -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

View File

@@ -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