Skip to content

Commit

Permalink
🛀 add sub-entities for viomi.waterheater.m1 (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Apr 26, 2024
1 parent d241317 commit 7e5e064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,14 @@
'viomi.washer.*': {
'exclude_miot_services': 'key_press',
},
'viomi.waterheater.m1': {
'sensor_properties': 'water_heater.status,water_level,temperature_tips,'
'input_water_temp,water_pump_volt,remaining_time',
'switch_properties': 'on,hot_water_recirculation,heat_preservation,jog_function,pressure_boost.status,'
'cloud_preheater,in_cloud_timer,reminder,enhanced',
'select_properties': 'light_off_time,effective,model',
'number_properties': 'target_temperature,boost_value',
},

'wise.wifispeaker.x7': {
'switch_properties': 'key_one,key_two,key_three,key_four,key_five,key_six,key_seven,key_eight,key_nine,'
Expand Down

0 comments on commit 7e5e064

Please sign in to comment.