From d95e9b495a7649ac3dc9730ffa5ae1a67aeb50ec Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 24 Dec 2024 12:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=84=EF=B8=8F=20fix=20miio2miot=20for=20zh?= =?UTF-8?q?imi.aircondition.v1=20(#2107)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },