Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zigbee-herdsman-converters-sk

sjsj78329276MIT12.0.43

Collection of device converters to be used with zigbee-herdsman

xiaomi, tradfri, hue, wemo, zigbee, zigbee-shepherd

readme

NPM

zigbee-herdsman-converters

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

Contributing

To get started clone this repo and install the requirements with npm ci. To add a new device, you'll need to add it's configuration to devices.js and potentially create a new converter for it. For more information see this page.

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

npm run eslint

npm run test

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