Skip to content

Commit

Permalink
🍃 fix alarm for zhimi.airpurifier.sa2
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Sep 24, 2024
1 parent 66a0de7 commit 587b6d7
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 @@ -2566,7 +2566,7 @@ def cbk(prop, params, props, **kwargs):
'prop.5.2': {'prop': 'f2_hour_used'},
'prop.6.1': {'prop': 'led', 'setter': True, 'format': 'onoff'},
'prop.6.2': {'prop': 'led_b', 'setter': True},
'prop.7.1': {'prop': 'buzzer', 'setter': True, 'format': 'onoff'},
'prop.7.1': {'prop': 'volume', 'setter': True, 'set_template': '{{ [100 if value else 0] }}'},
'prop.8.1': {'prop': 'child_lock', 'setter': True, 'format': 'onoff'},
'prop.9.1': {'prop': 'favorite_level', 'setter': 'set_level_favorite'},
},
Expand Down

0 comments on commit 587b6d7

Please sign in to comment.