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',