From 2f00e18dee8f66bf2407a6913a052af433715020 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 12 Jun 2023 17:07:33 +0200 Subject: [PATCH] feat(detect): Detect `_TZ3000_rqbjepe8` as Nous A4Z (#5879) --- src/devices/tuya.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index b0c6fa743bdbe..e0205fb30589b 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -4856,6 +4856,9 @@ const definitions: Definition[] = [ }, options: [exposes.options.measurement_poll_interval()], onEvent: (type, data, device, options) => tuya.onEventMeasurementPoll(type, data, device, options, true, false), + whiteLabel: [ + tuya.whitelabel('Nous', 'A4Z', '2 gang outdoor plug', ['_TZ3000_rqbjepe8']), + ], }, { fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cfnprab5', '_TZ3000_o005nuxx']),