Skip to content

Commit

Permalink
🥤 improve for viomi.juicer.v1 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbsare authored Mar 27, 2024
1 parent 98dd039 commit 6b4aff5
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 @@ -1267,7 +1267,8 @@ def cbk(prop, params, props, **kwargs):
'viomi.juicer.v1': {
# ["work_status","run_status","mode","cooked_time","curr_tempe","cook_start","rev","stand_top_num","mode_sort" ,"cook_status","warm_time","cook_time","left_time","voice"]
# [0, ,768 ,7 ,0 ,-300 ,1699143554 ,0 ,0 ,'7-8-9-4-3-1-5-2-6',1 ,6514 ,1668 ,0 ,0 ]
'entity_attrs': ['work_status', 'run_status', 'mode', 'cooked_time', 'curr_tempe', 'cook_start', 'rev', 'stand_top_num', 'mode_sort', 'cook_status', 'warm_time', 'cook_time', 'left_time', 'voice'],
'miio_props': ['work_status', 'run_status', 'mode', 'cooked_time', 'cook_start', 'rev', 'stand_top_num', 'mode_sort', 'warm_time', 'cook_time', 'voice'],
'entity_attrs': ['work_status', 'run_status', 'mode', 'cooked_time', 'cook_start', 'rev', 'stand_top_num', 'mode_sort', 'warm_time', 'cook_time', 'voice'],
'chunk_properties': 1,
'miio_specs': {
'prop.2.1': {'prop': 'cook_status'},
Expand Down

0 comments on commit 6b4aff5

Please sign in to comment.