From 59916ab80438dba294d5390b6e0b44b049516fd4 Mon Sep 17 00:00:00 2001 From: Alone Date: Fri, 15 Dec 2023 18:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20improve=20for=20xiaomi.airp.mp4?= =?UTF-8?q?=20(#1405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 620ab49b1..f5eeec861 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1168,6 +1168,9 @@ 'exclude_miot_services': 'iot_linkage,machine_state,flag_bit', 'exclude_miot_properties': 'enhance.timer', }, + 'xiaomi.airp.*': { + 'exclude_miot_services': 'custom_service', + }, 'xiaomi.controller.86v1': { 'switch_properties': 'mute,sleep_mode,auto_screen_off,auto_screen_brightness,touch_sound,key_name_display', 'select_properties': 'mode,mibrain_level,mico_level,display_state,wallpaper',