Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiple versions of the name Nova Digital #8826

Merged
merged 1 commit into from
Feb 18, 2025
Merged
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
10 changes: 5 additions & 5 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ const definitions: DefinitionWithExtend[] = [
whiteLabel: [
tuya.whitelabel('ClickSmart+', 'CMA30036', '2 gang socket outlet', ['_TYZB01_hlla45kx']),
tuya.whitelabel('Rylike', 'RY-WS02Z', '2 gang socket outlet AU', ['_TZ3000_rgpqqmbj', '_TZ3000_8nyaanzb', '_TZ3000_iy2c3n6p']),
tuya.whitelabel('Novadigital', 'NT-S2', '2 gang socket outlet BR', ['_TZ3000_sgb0xhwn']),
tuya.whitelabel('Nova Digital', 'NT-S2', '2 gang socket outlet BR', ['_TZ3000_sgb0xhwn']),
],
endpoint: (device) => {
return {l1: 1, l2: 2};
Expand Down Expand Up @@ -2871,7 +2871,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'TS0601_switch_3_gang',
vendor: 'Tuya',
description: '3 gang switch',
whiteLabel: [{vendor: 'NOVADIGITAL', model: 'WS-US-ZB', description: 'Interruptor touch Zigbee 3 Teclas'}],
whiteLabel: [{vendor: 'Nova Digital', model: 'WS-US-ZB', description: 'Interruptor touch Zigbee 3 Teclas'}],
exposes: [
e.switch().withEndpoint('l1').setAccess('state', ea.STATE_SET),
e.switch().withEndpoint('l2').setAccess('state', ea.STATE_SET),
Expand Down Expand Up @@ -4131,7 +4131,7 @@ const definitions: DefinitionWithExtend[] = [
description: 'Curtain motor or roller blind motor with fixed speed',
whiteLabel: [
tuya.whitelabel('Zemismart', 'BCM100DB', 'Curtain Motor', ['_TZE200_eegnwoyw']),
tuya.whitelabel('NovaDigital', 'ZBCMR-01', 'Roller Blind Motor', ['_TZE600_ogyg1y6b']),
tuya.whitelabel('Nova Digital', 'ZBCMR-01', 'Roller Blind Motor', ['_TZE600_ogyg1y6b']),
],
fromZigbee: [legacy.fromZigbee.tuya_cover, fz.ignore_basic_report],
toZigbee: [legacy.toZigbee.tuya_cover_control],
Expand Down Expand Up @@ -9432,8 +9432,8 @@ const definitions: DefinitionWithExtend[] = [
whiteLabel: [
tuya.whitelabel('Homeetec', '37022474_1', '3 Gang switch with backlight', ['_TZ3000_pv4puuxi']),
tuya.whitelabel('RoomsAI', '37022474_2', '3 Gang switch with backlight', ['_TZ3000_avky2mvc']),
tuya.whitelabel('NovaDigital', 'WS-US-ZB', '3 Gang switch with backlight', ['_TZ3000_785olaiq']),
tuya.whitelabel('NovaDigital', 'FZB-3', '3 Gang physical switch with backlight', ['_TZ3000_qxcnwv26']),
tuya.whitelabel('Nova Digital', 'WS-US-ZB', '3 Gang switch with backlight', ['_TZ3000_785olaiq']),
tuya.whitelabel('Nova Digital', 'FZB-3', '3 Gang physical switch with backlight', ['_TZ3000_qxcnwv26']),
],
},
{
Expand Down