Skip to content

Commit

Permalink
fix(detect): Detect _TZB210_ayx58ft5 as MiBoxer E2-ZR #23379 (#7943)
Browse files Browse the repository at this point in the history
The original code that fixed #21185 added the device errorneously under
TS0505B, which we are fixing here. Tested by manually editing the
tuya.js on my running HomeAssistant, which allowed my to controll my
device successfully.
  • Loading branch information
pvyleta authored Sep 5, 2024
1 parent 6de4a02 commit 0246b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,6 @@ const definitions: DefinitionWithExtend[] = [
tuya.whitelabel('Lidl', 'HG08131C', 'Livarno Home outdoor E27 bulb in set with flare', ['_TZ3000_q50zhdsc']),
tuya.whitelabel('Lidl', 'HG07834C', 'Livarno Lux E27 bulb RGB', ['_TZ3000_qd7hej8u']),
tuya.whitelabel('MiBoxer', 'FUT037Z+', 'RGB led controller', ['_TZB210_417ikxay', '_TZB210_wxazcmsh']),
tuya.whitelabel('MiBoxer', 'E2-ZR', '2 in 1 led controller', ['_TZB210_ayx58ft5']),
tuya.whitelabel('Lidl', 'HG08383B', 'Livarno outdoor LED light chain', ['_TZ3000_bwlvyjwk']),
tuya.whitelabel('Lidl', 'HG08383A', 'Livarno outdoor LED light chain', ['_TZ3000_taspddvq']),
tuya.whitelabel('Garza Smart', 'Garza-Standard-A60', 'Standard A60 bulb', ['_TZ3210_sln7ah6r']),
Expand Down Expand Up @@ -2959,6 +2958,7 @@ const definitions: DefinitionWithExtend[] = [
'_TZ3210_xwqng7ol',
'_TZB210_lmqquxus',
]),
tuya.whitelabel('MiBoxer', 'E2-ZR', '2 in 1 LED controller', ['_TZB210_ayx58ft5']),
tuya.whitelabel('Lidl', '14156408L', 'Livarno Lux smart LED ceiling light', ['_TZ3210_c2iwpxf1']),
],
extend: [tuya.modernExtend.tuyaLight({colorTemp: {range: [153, 500]}, configureReporting: true})],
Expand Down

0 comments on commit 0246b74

Please sign in to comment.