Skip to content

Commit

Permalink
feat: Support power_on_behavior and switch_type for TuYa TS110E_1…
Browse files Browse the repository at this point in the history
…gang_1 @reyko01 Koenkk/zigbee2mqtt#15372
  • Loading branch information
Koenkk committed May 26, 2023
1 parent 87b196c commit fb7c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.js
Expand Up @@ -4688,7 +4688,7 @@ module.exports = [
[tz.light_onoff_brightness],
[tzLocal.TS110E_light_onoff_brightness],
),
exposes: [e.light_brightness().withMinBrightness().withMaxBrightness()],
exposes: [e.light_brightness().withMinBrightness().withMaxBrightness(), e.power_on_behavior(), tuya.exposes.switchType()],
configure: async (device, coordinatorEndpoint, logger) => {
await tuya.configureMagicPacket(device, coordinatorEndpoint, logger);
await extend.light_onoff_brightness().configure(device, coordinatorEndpoint, logger);
Expand Down

0 comments on commit fb7c604

Please sign in to comment.