Skip to content

Commit

Permalink
fix(ignore): Fix missing ZY-M100-24G keys. Koenkk/zigbee2mqtt#18237
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 6, 2023
1 parent dd71c7b commit d0e8519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ const tuyaTz = {
'alarm', 'alarm_time', 'alarm_volume', 'type', 'volume', 'ringtone', 'duration',
'large_motion_detection_distance', 'large_motion_detection_sensitivity', 'small_motion_detection_distance',
'small_motion_detection_sensitivity', 'static_detection_distance', 'static_detection_sensitivity',
'motion_sensitivity', 'detection_distance_max', 'detection_distance_min', 'presence_sensitivity',
],
convertSet: async (entity, key, value, meta) => {
// A set converter is only called once; therefore we need to loop
Expand Down

0 comments on commit d0e8519

Please sign in to comment.