diff --git a/src/devices/owon.ts b/src/devices/owon.ts index a7d7e1fdebf69..e6228bb0220c5 100644 --- a/src/devices/owon.ts +++ b/src/devices/owon.ts @@ -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", diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 52085be8e49d6..8c41528ed5e8b 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -2240,11 +2240,13 @@ export const definitions: DefinitionWithExtend[] = [ }, }, { - 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"])] exposes: [ e.switch().setAccess("state", ea.STATE_SET), e.numeric("water_consumed", ea.STATE).withUnit("L").withDescription("Total water consumption").withValueMin(0).withValueStep(0.001),