Skip to content

Commit

Permalink
🐠 add sub-entities for hfjh.fishbowl.m100 (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Aug 9, 2023
1 parent ba52f4a commit 6fbe794
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,13 @@
'hfjh.fishbowl.v1': {
'light_services': 'light',
},
'hfjh.fishbowl.m100': {
'light_services': 'light',
'sensor_properties': 'water_pump_status,filter_life_level,alarm.alarm',
'switch_properties': 'water_pump,feed_protect_on,no_disturb,light_status_on,pump_status_on,temperature_warn_on',
'select_properties': 'pump_flux,light_status_mode,light_status_flow,pump_status_flux,flow_speed_level',
'number_properties': 'temperature,repeat_cycle,light_status_bright,temperature_warn_min,temperature_warn_max',
},
'hmpace.bracelet.*': {
'sensor_properties': 'current_step_count,current_distance',
},
Expand Down

0 comments on commit 6fbe794

Please sign in to comment.