Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_kvpwq8z7 as TuYa TS0601_gas_sensor_1 (#…
Browse files Browse the repository at this point in the history
…6848)

Co-authored-by: aorlando <>
  • Loading branch information
orlando-antonino committed Jan 7, 2024
1 parent 8618266 commit 763ae37
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 @@ -765,7 +765,7 @@ const definitions: Definition[] = [
exposes: [e.carbon_monoxide(), e.co()],
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_ggev5fsl', '_TZE200_u319yc66']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_ggev5fsl', '_TZE200_u319yc66', '_TZE200_kvpwq8z7']),
model: 'TS0601_gas_sensor_1',
vendor: 'TuYa',
description: 'Gas sensor',
Expand Down

0 comments on commit 763ae37

Please sign in to comment.