diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 160e66bb8a98d..3a42fd775042e 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -4853,11 +4853,15 @@ const definitions: DefinitionWithExtend[] = [ {modelID: 'TS0601', manufacturerName: '_TZE200_a4bpgplm'}, {modelID: 'TS0601', manufacturerName: '_TZE200_dv8abrrz'}, {modelID: 'TS0601', manufacturerName: '_TZE200_z1tyspqw'}, + {modelID: 'TS0601', manufacturerName: '_TZE200_bvrlmajk'}, ], model: 'TS0601_thermostat_1', vendor: 'Tuya', description: 'Thermostatic radiator valve', - whiteLabel: [tuya.whitelabel('id3', 'GTZ06', 'Thermostatic radiator valve', ['_TZE200_z1tyspqw'])], + whiteLabel: [ + tuya.whitelabel('id3', 'GTZ06', 'Thermostatic radiator valve', ['_TZE200_z1tyspqw']), + tuya.whitelabel('Avatto', 'TRV07', 'Thermostatic radiator valve', ['_TZE200_bvrlmajk']), + ], onEvent: tuya.onEventSetLocalTime, fromZigbee: [tuya.fz.datapoints], toZigbee: [tuya.tz.datapoints],