Skip to content

Commit 63c51e9

Browse files
authored
fix(detect): Detect _TZ3000_ceplrhnu as TS0222_temperature_humidity (#10747)
1 parent 27b95dd commit 63c51e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/tuya.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9905,7 +9905,7 @@ export const definitions: DefinitionWithExtend[] = [
99059905
},
99069906
},
99079907
{
9908-
fingerprint: tuya.fingerprint("TS0222", ["_TZ3000_kky16aay", "_TZE204_myd45weu"]),
9908+
fingerprint: tuya.fingerprint("TS0222", ["_TZ3000_kky16aay", "_TZE204_myd45weu", "_TZ3000_ceplrhnu"]),
99099909
model: "TS0222_temperature_humidity",
99109910
vendor: "Tuya",
99119911
description: "Temperature & humidity sensor",

0 commit comments

Comments
 (0)