diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 3178a1336..5d0822865 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -840,11 +840,12 @@ 'lumi.acpartner.mcn04': { 'auto_cloud': True, 'chunk_properties': 7, + 'main_miot_services': 'air_conditioner', 'switch_properties': 'quick_cool_enable,indicator_light', 'select_properties': 'ac_mode', 'miio_cloud_props': [], 'stat_power_cost_type': 'stat_day_v3', - 'stat_power_cost_key': ['7.1', '7.3'], + 'stat_power_cost_key': '7.1,7.3', 'sensor_attributes': 'power_cost_today,power_cost_month,power_cost_today_2,power_cost_month_2' }, 'lumi.acpartner.mcn04:power_consumption': ENERGY_KWH,