Skip to content

Commit

Permalink
👔 fix for hyd.airer.pro2 (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 8, 2025
1 parent 82142b9 commit 9668100
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,22 @@
'position_reverse': True,
'cover_position_mapping': {},
},
'hyd.airer.pro': {
'append_converters': [
{
'services': ['set_night_light'],
'converters': [{'props': ['current_position']}],
}
],
},
'hyd.airer.pro2': {
'append_converters': [
{
'services': ['set_night_light'],
'converters': [{'props': ['current_position']}],
}
],
},
'hyd.airer.znlyj5': {
'cover_position_mapping': {0: 50, 1: 0, 2: 100},
},
Expand Down

0 comments on commit 9668100

Please sign in to comment.