Skip to content

Commit

Permalink
🔆 fix for illumination sensor (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 24, 2024
1 parent e4c20ca commit 6c79f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@
],
},
{
'services': ['illumination_sensor'],
'services': ['illumination_sensor', 'motion_sensor'],
'converters' : [
{'props': ['illumination'], 'domain': 'sensor'},
],
Expand Down

0 comments on commit 6c79f78

Please sign in to comment.