Skip to content

Commit

Permalink
❄️ improve for viomi.aircondition.y116 (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 18, 2025
1 parent 1af4cb3 commit 94ffa32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,9 +1512,11 @@
'uvfive.steriliser.maine': CHUNK_1,

'viomi.aircondition.y116': {
'interval_seconds': 200,
'chunk_coordinators': [
{'interval': 15, 'props': 'on,mode,target_temperature,fan_level', 'notify': True},
{'interval': 300, 'props': 'auto_clean,autoclean_worktime'},
{'interval': 25, 'props': 'air_conditioner.on,mode,target_temperature,fan_level'},
{'interval': 45, 'props': 'uv,horizontal_swing,vertical_swing,eco,sleep_mode'},
{'interval': 299, 'props': 'auto_clean,autoclean_worktime,indicator_light.on'},
],
},
'viomi.airer.xy108': {
Expand Down

0 comments on commit 94ffa32

Please sign in to comment.