From a14b91d5aaca5153d8228ec6020f30926cc2a21d Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 4 Jun 2024 11:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=80=20improve=20for=20opple.bhf=5Fligh?= =?UTF-8?q?t.acmoto=20(#1698)?= 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 9da162ca5..6546a428f 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1057,6 +1057,13 @@ 'device_class': 'problem', }, + 'opple.bhf_light.acmoto': { + 'exclude_miot_services': 'pair,wifisinr,class_sku,fan_motor', + 'exclude_miot_properties': 'fault', + 'light_services': 'aura_light', + 'number_properties': 'function_countdown.warm,function_countdown.blower,' + 'function_countdown.breath,function_countdown,shutdown', + }, 'opple.light.yrtd': { 'switch_properties': 'night_light,time_display,wake_up_at_night,voice', 'select_properties': 'study_time',