From 022ea00c751381309ceff318a6440160918d662a Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 31 Dec 2024 23:10:25 +0900 Subject: [PATCH] Qlima D812: add undocumented humidity and timer options. Issue #2477 --- .../tuya_local/devices/qlima_d812_dehumidifier.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_components/tuya_local/devices/qlima_d812_dehumidifier.yaml b/custom_components/tuya_local/devices/qlima_d812_dehumidifier.yaml index b5c1c65e51..3221f8639e 100644 --- a/custom_components/tuya_local/devices/qlima_d812_dehumidifier.yaml +++ b/custom_components/tuya_local/devices/qlima_d812_dehumidifier.yaml @@ -19,6 +19,9 @@ primary_entity: value: 40 - dps_val: "50" value: 50 + # not listed in device properties, but exists in device + - dps_val: "60" + value: 60 secondary_entities: - entity: select translation_key: timer @@ -32,6 +35,11 @@ secondary_entities: value: cancel - dps_val: "2h" value: "2h" + # not listed in device properties info, but exist on device + - dps_val: "4h" + value: "4h" + - dps_val: "6h" + value: "6h" - entity: sensor translation_key: time_remaining class: duration