Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/devices/owon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ export const definitions: DefinitionWithExtend[] = [
},
},
{
zigbeeModel: ["PIR323-PTH"],
zigbeeModel: ["PIR323-PTH", "PIR323-PTH-20"],
model: "PIR323-PTH",
vendor: "OWON",
description: "Multi-sensor",
Expand Down
4 changes: 3 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2240,12 +2240,14 @@
},
},
{
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_vuwtqx0t", "_TZE200_vuwtqx0t"]),
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_vuwtqx0t", "_TZE200_vuwtqx0t"]),
model: "TS0601_water_valve",
vendor: "Tuya",
description: "Ultrasonic water meter valve",
extend: [tuya.modernExtend.tuyaBase({dp: true})],
whiteLabel: [tuya.whitelabel("ZPMETER", "214C", "Ultrasonic water meter valve", ["_TZE200_vuwtqx0t"])]
whiteLabel: [tuya.whitelabel("ZPMETER", "214C", "Ultrasonic water meter valve", ["_TZE204_vuwtqx0t"])]

Check failure on line 2249 in src/devices/tuya.ts

View workflow job for this annotation

GitHub Actions / ci

',' expected.
exposes: [

Check failure on line 2250 in src/devices/tuya.ts

View workflow job for this annotation

GitHub Actions / ci

',' expected.
e.switch().setAccess("state", ea.STATE_SET),
e.numeric("water_consumed", ea.STATE).withUnit("L").withDescription("Total water consumption").withValueMin(0).withValueStep(0.001),
e
Expand Down
Loading