We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preset
1 parent c29cbf7 commit f843534Copy full SHA for f843534
src/devices/tuya.ts
@@ -6433,7 +6433,7 @@ const definitions: DefinitionWithExtend[] = [
6433
if (device.manufacturerName === '_TZE200_viy9ihs7') {
6434
return {auto: tuya.enum(1), manual: tuya.enum(0), temporary_manual: tuya.enum(2)};
6435
} else {
6436
- return {manual: tuya.enum(0), auto: tuya.enum(1), temporary_manual: tuya.enum(2)};
+ return {auto: tuya.enum(0), manual: tuya.enum(1), temporary_manual: tuya.enum(2)};
6437
}
6438
}),
6439
],
0 commit comments