Skip to content

Commit

Permalink
🧊 add entities for fridge (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 31, 2024
1 parent 62a37bc commit cef4ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,9 @@
'number_properties': 'target_time,target_temperature',
},
'*.fridge.*': {
'sensor_properties': 'temperature,door_not_close_remind',
'switch_properties': 'on',
'select_properties': 'mode',
'number_properties': 'target_temperature',
},
'*.health_pot.*': {
Expand Down

0 comments on commit cef4ad5

Please sign in to comment.