# zigbee-herdsman-converters **Repository Path**: senkins/zigbee-herdsman-converters ## Basic Information - **Project Name**: zigbee-herdsman-converters - **Description**: Collection of device converters to be used with zigbee-herdsman - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![NPM](https://nodei.co/npm/zigbee-herdsman-converters.png)](https://nodei.co/npm/zigbee-herdsman-converters/) # 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](http://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html) 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.