Skip to content

Commit

Permalink
🛀 fix for viomi.waterheater.e1 (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 5, 2024
1 parent 6bc0f62 commit a4b6711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/xiaomi_miot/core/miio2miot_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ def cbk(prop, params, props, **kwargs):
},
},
'viomi.waterheater.e1': {
'without_props': True,
'chunk_properties': 1,
'miio_commands': [
{
'method': 'get_prop',
Expand All @@ -1683,6 +1683,7 @@ def cbk(prop, params, props, **kwargs):
'hotWater', 'needClean', 'modeType', 'appointStart', 'appointEnd',
],
'values': True,
'ignore_error': True,
},
],
'miio_specs': {
Expand Down

0 comments on commit a4b6711

Please sign in to comment.