diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 73b7e6aef994c..6e67d78db8296 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -10001,7 +10001,9 @@ export const definitions: DefinitionWithExtend[] = [ exposes: [ e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l1"), e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l2"), - e.power_on_behavior().withAccess(ea.ALL), + e.power_on_behavior().withEndpoint("l1"), + e.power_on_behavior().withEndpoint("l2"), + tuya.exposes.lightType().withAccess(ea.ALL), tuya.exposes.switchType().withEndpoint("l1"), tuya.exposes.switchType().withEndpoint("l2"), ],