Skip to content

Commit

Permalink
🛀 add support for leishi.bhf_light.lsyb01 (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 3, 2024
1 parent 577fa43 commit 6044b89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,12 @@
'switch_properties': 'indicator_light,shadow_tracking',
'button_actions': 'led_toggle,find_device'
},
'leishi.bhf_light.lsyb01': {
'light_services': 'night_light',
'switch_properties': 'heating,blow,ventilation,dryer',
'select_properties': 'heat_level,fan_level',
'button_actions': 'stop_working',
},
'leishi.light.*': {
'exclude_miot_services': 'scenes,scene,scens,remote',
'exclude_miot_properties': 'default.user_save,professional_setting.delay',
Expand Down

0 comments on commit 6044b89

Please sign in to comment.