Koenkk / zigbee-herdsman-converters

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

NPM

zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman.

Breaking changes

19.0.0

18.0.0

17.0.0

15.0.0

Contributing

See Zigbee2MQTT how to support new devices.

Submitting a pull request

If you'd like to submit a pull request, you should run the following commands to ensure your changes will pass the tests:

npm install
npm run eslint -- --fix
npm run pretty:write
npm run build
npm test

If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.