Skip to content

Commit

Permalink
⚡ add support for lxzn.switch.cbcsmj (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Jul 7, 2024
1 parent 40920ce commit a329f7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,12 @@
'lumi.switch.*': {
'cloud_delay_update': 10,
},
'lxzn.switch.cbcsmj': {
'sensor_properties': 'temperature,electric_power',
'select_properties': 'default_power_on_state',
'switch_properties': 'electric_alarm_set,heat_alert_set,overcurrent_set,overvoltage_set,undervoltage_set',
'number_properties': 'electric_alarm,heat_alert,overcurrent_alarm,overvoltage_alarm,undervoltage_alarm',
},

'madv.cateye.mi3iot': {
'binary_sensor_properties': 'madv_doorbell.motion_detection',
Expand Down

0 comments on commit a329f7d

Please sign in to comment.