We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b017e58 commit d7829b3Copy full SHA for d7829b3
src/devices/tuya.ts
@@ -10001,7 +10001,9 @@ export const definitions: DefinitionWithExtend[] = [
10001
exposes: [
10002
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l1"),
10003
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l2"),
10004
- e.power_on_behavior().withAccess(ea.ALL),
+ e.power_on_behavior().withEndpoint("l1"),
10005
+ e.power_on_behavior().withEndpoint("l2"),
10006
+ tuya.exposes.lightType().withAccess(ea.ALL),
10007
tuya.exposes.switchType().withEndpoint("l1"),
10008
tuya.exposes.switchType().withEndpoint("l2"),
10009
],
0 commit comments