Skip to content

Commit

Permalink
🔌 add entities for cuco.plug.co3d (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 20, 2025
1 parent 9446528 commit 8e33074
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,13 @@
**CHUNK_1,
'exclude_miot_services': 'setting,cycle',
},
'cuco.plug.co3d': {
'binary_sensor_properties': 'temp_over,current_over',
'switch_properties': 'light,mode',
'select_properties': 'memory',
'sensor_attributes': 'power_cost_today,power_cost_month',
'stat_power_cost_key': '8.1',
},
'cuco.plug.cp1': {
**CHUNK_1,
'exclude_miot_services': 'indicator_light',
Expand Down

1 comment on commit 8e33074

@al-one
Copy link
Owner Author

@al-one al-one commented on 8e33074 Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.