Skip to content

Commit

Permalink
🍃 improve fan level for zhimi.airpurifier.sa2 (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Mar 15, 2024
1 parent 5f51e9d commit e0032e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/miio2miot_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2606,8 +2606,8 @@ def cbk(prop, params, props, **kwargs):
'favorite': 2,
'low': 3,
'medium': 4,
'high': 5,
'strong': 5,
'high': 5,
}, 'default': 0},
'prop.2.3': {'prop': 'mode', 'setter': True, 'dict': {
'auto': 0,
Expand Down

0 comments on commit e0032e7

Please sign in to comment.