diff --git a/README.md b/README.md index b23559089..0efca0bb5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It bridges the events sent from the sensors and switches to MQTT. In this way yo ![Architecture](architecture.png) -See [Supported devices](https://github.com/Koenkk/zigbee2mqtt/wiki/Supported-devices) to check wether your device is supported. If it's not listed there support can be added (fairly) easy. Feel free to create an [issue](https://github.com/Koenkk/zigbee2mqtt/issues) in this case. +See [Supported devices](https://github.com/Koenkk/zigbee2mqtt/wiki/Supported-devices) to check wether your device is supported. If it's not listed there support can be added (fairly) easy, see [How to support new devices](https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices). The [wiki](https://github.com/Koenkk/zigbee2mqtt/wiki) provides you all the information needed to get up and running! diff --git a/support/docgen.js b/support/docgen.js index 0514f83c6..215e4d7b3 100644 --- a/support/docgen.js +++ b/support/docgen.js @@ -28,7 +28,7 @@ if (!outputdir) { let file = 'Supported-devices.md'; let text = '*NOTE: Automatically generated by `npm run docgen`*\n'; text += ` -In case you own a Zigbee device which is **NOT** listed here, please create an issue at: https://github.com/Koenkk/zigbee2mqtt/issues. Support for it can probably be added very easily. +In case you own a Zigbee device which is **NOT** listed here, please see [How to support new devices](https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices). \n`; const logDevices = (devices) => {