Skip to content

Commit cef4ad5

Browse files
committed
🧊 add entities for fridge (#2259)
1 parent 62a37bc commit cef4ad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/xiaomi_miot/core/device_customizes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,9 @@
23322332
'number_properties': 'target_time,target_temperature',
23332333
},
23342334
'*.fridge.*': {
2335+
'sensor_properties': 'temperature,door_not_close_remind',
23352336
'switch_properties': 'on',
2337+
'select_properties': 'mode',
23362338
'number_properties': 'target_temperature',
23372339
},
23382340
'*.health_pot.*': {

0 commit comments

Comments
 (0)