Skip to content

Commit 29821c7

Browse files
bernardesarthurKoenkk
authored andcommitted
fix: Fix multiple versions of the name Nova Digital (Koenkk#8826)
1 parent ab1a7c2 commit 29821c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/devices/tuya.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ const definitions: DefinitionWithExtend[] = [
15091509
whiteLabel: [
15101510
tuya.whitelabel('ClickSmart+', 'CMA30036', '2 gang socket outlet', ['_TYZB01_hlla45kx']),
15111511
tuya.whitelabel('Rylike', 'RY-WS02Z', '2 gang socket outlet AU', ['_TZ3000_rgpqqmbj', '_TZ3000_8nyaanzb', '_TZ3000_iy2c3n6p']),
1512-
tuya.whitelabel('Novadigital', 'NT-S2', '2 gang socket outlet BR', ['_TZ3000_sgb0xhwn']),
1512+
tuya.whitelabel('Nova Digital', 'NT-S2', '2 gang socket outlet BR', ['_TZ3000_sgb0xhwn']),
15131513
],
15141514
endpoint: (device) => {
15151515
return {l1: 1, l2: 2};
@@ -2871,7 +2871,7 @@ const definitions: DefinitionWithExtend[] = [
28712871
model: 'TS0601_switch_3_gang',
28722872
vendor: 'Tuya',
28732873
description: '3 gang switch',
2874-
whiteLabel: [{vendor: 'NOVADIGITAL', model: 'WS-US-ZB', description: 'Interruptor touch Zigbee 3 Teclas'}],
2874+
whiteLabel: [{vendor: 'Nova Digital', model: 'WS-US-ZB', description: 'Interruptor touch Zigbee 3 Teclas'}],
28752875
exposes: [
28762876
e.switch().withEndpoint('l1').setAccess('state', ea.STATE_SET),
28772877
e.switch().withEndpoint('l2').setAccess('state', ea.STATE_SET),
@@ -4131,7 +4131,7 @@ const definitions: DefinitionWithExtend[] = [
41314131
description: 'Curtain motor or roller blind motor with fixed speed',
41324132
whiteLabel: [
41334133
tuya.whitelabel('Zemismart', 'BCM100DB', 'Curtain Motor', ['_TZE200_eegnwoyw']),
4134-
tuya.whitelabel('NovaDigital', 'ZBCMR-01', 'Roller Blind Motor', ['_TZE600_ogyg1y6b']),
4134+
tuya.whitelabel('Nova Digital', 'ZBCMR-01', 'Roller Blind Motor', ['_TZE600_ogyg1y6b']),
41354135
],
41364136
fromZigbee: [legacy.fromZigbee.tuya_cover, fz.ignore_basic_report],
41374137
toZigbee: [legacy.toZigbee.tuya_cover_control],
@@ -9432,8 +9432,8 @@ const definitions: DefinitionWithExtend[] = [
94329432
whiteLabel: [
94339433
tuya.whitelabel('Homeetec', '37022474_1', '3 Gang switch with backlight', ['_TZ3000_pv4puuxi']),
94349434
tuya.whitelabel('RoomsAI', '37022474_2', '3 Gang switch with backlight', ['_TZ3000_avky2mvc']),
9435-
tuya.whitelabel('NovaDigital', 'WS-US-ZB', '3 Gang switch with backlight', ['_TZ3000_785olaiq']),
9436-
tuya.whitelabel('NovaDigital', 'FZB-3', '3 Gang physical switch with backlight', ['_TZ3000_qxcnwv26']),
9435+
tuya.whitelabel('Nova Digital', 'WS-US-ZB', '3 Gang switch with backlight', ['_TZ3000_785olaiq']),
9436+
tuya.whitelabel('Nova Digital', 'FZB-3', '3 Gang physical switch with backlight', ['_TZ3000_qxcnwv26']),
94379437
],
94389438
},
94399439
{

0 commit comments

Comments
 (0)