Skip to content

Commit

Permalink
🛏️ add entities for jipin.blanket.tt7xxa
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 19, 2025
1 parent 5080dfc commit 6aa493b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,13 @@
{'interval': 3, 'props': 'occupancy_status,illumination'},
],
},
'jipin.blanket.tt7xxa': CHUNK_1,
'jipin.blanket.tt7xxa': {
**CHUNK_1,
'interval_seconds': 90,
'sensor_properties': 'left_time',
'switch_properties': 'left_speed_hot,right_speed_hot,anti_acne',
'number_properties': 'timer,left_gears,right_gears',
},
'jyf.tow_w.ts03': {
'auto_cloud': True,
'interval_seconds': 120,
Expand Down Expand Up @@ -2365,9 +2371,13 @@
],
},
'*.blanket.*': {
'interval_seconds': 120,
'sensor_properties': 'temperature',
'select_properties': 'mode,heat_level,water_level',
'number_properties': 'target_temperature',
'chunk_coordinators': [
{'interval': 21, 'props': 'on,mode,heat_level,water_level,target_temperature,left_time'},
],
},
'*.camera.*': {
'miot_cloud_action': True,
Expand Down

0 comments on commit 6aa493b

Please sign in to comment.