Skip to content

Commit

Permalink
🔧 fix tds sensor for water purifier (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Mar 14, 2024
1 parent 17a684f commit b6a13c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@
'switch_properties': 'fan_init_power_opt',
},
'*.fishbowl.*': {
'sensor_properties': 'temperature',
'sensor_properties': 'temperature,tds_in,tds_out',
'switch_properties': 'water_pump,automatic_feeding,heating',
'number_properties': 'target_temperature,pump_flux,target_feeding_measure,'
'ambient_light_custom.stream,ambient_light_custom.speed',
Expand Down Expand Up @@ -1809,11 +1809,11 @@
'button_actions': 'start_wash,pause',
},
'*.waterheater.*': {
'sensor_properties': 'water_velocity',
'sensor_properties': 'water_velocity,tds_in,tds_out',
'switch_properties': 'water_heater.on,preheating,cruise_press',
},
'*.waterpuri.*': {
'sensor_properties': 'water_purifier.temperature',
'sensor_properties': 'water_purifier.temperature,tds_in,tds_out',
},

}
Expand Down

0 comments on commit b6a13c7

Please sign in to comment.