From 97f54facdec76d0deba2add86752b58e7e1ffafd Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 23 Apr 2018 22:41:33 +0200 Subject: [PATCH] Update docgen. --- support/docgen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docgen.js b/support/docgen.js index 61a5e74a..eac1a083 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 your device is **NOT** listed here, please create an issue at: https://github.com/Koenkk/zigbee2mqtt/issues +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. \n`; const logDevices = (devices) => {