Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
886 stars 2.96k forks source link

Fix /device/qa.ts definitions not loading #7647

Closed queroautomacao closed 3 months ago

queroautomacao commented 3 months ago

Definitions from /devices/qa.ts were not working. Then I renamed qa.js, qa.js.map, qa.d.ts and qa.d.ts.map to tuya.js, tuya.js.map, tuya.d.ts and tuya.d.ts.map, and all definitions from qa.js now works. Can you please check why custom definitions in qa.ts are not loading? Thank you!

Koenkk commented 3 months ago

I see now that qa needs to be added to the devices/index.ts, could you make a pr for that?