Skip to content

Commit

Permalink
👔 improve for minij.washer.v5 (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 28, 2024
1 parent b697e82 commit 1b37ce5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@
'sensor_properties': 'fault,run_status,left_time,door_state',
'switch_properties': 'on,sleep_mode,steam_sterilization,ai_mode,high_water_switch,one_click_wash',
'select_properties': 'mode,drying_level,rinsh_times,drying_degree',
'number_select_properties': 'target_temperature,spin_speed,soak_time,wash_time,drying_time',
'number_select_properties': 'target_temperature,target_water_level,spin_speed,soak_time,wash_time,drying_time',
},
'*.waterheater.*': {
'sensor_properties': 'water_velocity,tds_in,tds_out',
Expand Down Expand Up @@ -2574,11 +2574,8 @@
{
'services': ['alarm'],
'converters' : [
{
'props': ['alarm'],
'domain': 'switch',
'option': {'entity_category': 'config'},
},
{'props': ['alarm'], 'domain': 'switch', 'option': {'entity_category': 'config'}},
{'props': ['volume'], 'domain': 'number', 'option': {'entity_category': 'config'}},
],
},
{
Expand Down

0 comments on commit 1b37ce5

Please sign in to comment.