Skip to content

Commit

Permalink
⛲ add sub-entities for pet_waterer.s4 (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanezj authored Apr 10, 2024
1 parent 1b3e9f3 commit c419b81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,12 @@
'sensor_properties': 'remain_clean_time,fault,filter_left_time,no_water_time',
'select_properties': 'mode',
},
'mmgg.pet_waterer.s4': {
'binary_sensor_properties': 'no_water_flag,pump_block_flag',
'button_actions': 'reset_filter_life,reset_clean_time',
'sensor_properties': 'remain_clean_time,fault,filter_left_time,no_water_time',
'select_properties': 'mode',
},
'mrbond.airer.m53pro': {
'position_reverse': False,
'sensor_properties': 'fault,left_time',
Expand Down

0 comments on commit c419b81

Please sign in to comment.