diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 1660dce9e..985840e4b 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1910,7 +1910,7 @@ 'zhimi.aircondition.v1': { 'switch_properties': 'heater,sleep_mode,horizontal-swing,vertical-swing', - 'number_properties': 'vertical-angle,volume,brightness', + 'number_properties': 'vertical_angle,volume,brightness', 'brightness_for_on': 5, 'brightness_for_off': 0, },