From 6c79f7842abd54ea565bef1c8b8ae27a33a126ee Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 24 Dec 2024 14:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=86=20fix=20for=20illumination=20senso?= =?UTF-8?q?r=20(#2188)?= 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 4c0b02c47..47f371509 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -2550,7 +2550,7 @@ ], }, { - 'services': ['illumination_sensor'], + 'services': ['illumination_sensor', 'motion_sensor'], 'converters' : [ {'props': ['illumination'], 'domain': 'sensor'}, ],