From b99af2aa7ab679f57d1f911db480a605db582048 Mon Sep 17 00:00:00 2001 From: Alone Date: Thu, 12 Dec 2024 13:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A6=20add=20support=20for=20xiaomi.der?= =?UTF-8?q?h.lite=20(#1949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 9a6875053..667a2cdf2 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1546,6 +1546,13 @@ 'select_properties': 'mode,heat_level', 'number_properties': 'a_countdown,b_countdown', }, + 'xiaomi.derh.lite': { + 'chunk_properties': 1, + 'sensor_properties': 'fault,delay_remain_time', + 'switch_properties': 'alarm,delay', + 'select_properties': 'indicator_light.mode', + 'number_properties': 'delay_time', + }, 'xiaomi.esteamer.mes01': { 'sensor_properties': 'left_time,keep_warm_left_time', 'switch_properties': 'auto_keep_warm',