Skip to content

Commit

Permalink
馃泙 add sub-entities for xiaomi.waterheater.yms2 (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Apr 28, 2024
1 parent 7e5e064 commit c9e14fe
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 @@ -1412,6 +1412,14 @@
'xiaomi.watch.*': {
'sensor_properties': 'current_step_count,current_distance',
},
'xiaomi.waterheater.yms2': {
'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',
},
'xiaomi.wifispeaker.*': {
'switch_properties': 'sleep_mode,no_disturb',
'button_actions': 'wake_up,play_music,tv_switchon,stop_alarm',
Expand Down

0 comments on commit c9e14fe

Please sign in to comment.