From fac1029618a4f80fcf8c2a5dba1afe121625ee7f Mon Sep 17 00:00:00 2001 From: Alone Date: Mon, 4 Nov 2024 14:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=84=EF=B8=8F=20improve=20for=20qjiang.acp?= =?UTF-8?q?artner.wb20=20(#1920)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index a00d15599..d45c1fd32 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1185,6 +1185,11 @@ 'cloud_delay_update': 8, 'miot_type': 'urn:miot-spec-v2:device:air-conditioner:0000A004:qdhkl-b23:2', }, + 'qjiang.acpartner.wb20': { + 'sensor_properties': 'switch.temperature', + 'exclude_miot_services': 'air_condition_outlet_matching,matching_action', + 'exclude_miot_properties': 'fault', + }, 'qmi.plug.psv3': { 'main_miot_services': 'switch-2', 'sensor_attributes': 'power_cost_today,power_cost_month',