Add Temperature and Humidity Sensor (wsdcg) device support to Tuya (#58335)

This commit is contained in:
Franck Nijhof
2021-10-25 09:19:00 +02:00
committed by GitHub
parent 80b12346d8
commit 35872a212b
3 changed files with 46 additions and 0 deletions

View File

@@ -295,6 +295,7 @@ class DPCode(str, Enum):
TEMP_VALUE_V2 = "temp_value_v2"
TEMPER_ALARM = "temper_alarm" # Tamper alarm
UV = "uv" # UV sterilization
VA_BATTERY = "va_battery"
VA_HUMIDITY = "va_humidity"
VA_TEMPERATURE = "va_temperature"
VOC_STATE = "voc_state"