From 49685cb681314023ad07ca70622cf38c0f16bee5 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 4 Jun 2018 17:26:59 +0200 Subject: [PATCH] Fix typo in docgen.js --- support/docgen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docgen.js b/support/docgen.js index 9cbfc26c7..01e052d4d 100644 --- a/support/docgen.js +++ b/support/docgen.js @@ -46,7 +46,7 @@ fs.writeFileSync(outputdir + '/' + file, text); file = 'Integrating-with-Home-Assistant.md'; text = '*NOTE: Automatically generated by `npm run docgen`*\n\n'; -text += 'If you\'re hosting zigbee2mqtt using a [this hassio addon-on](https://github.com/danielwelch/hassio-zigbee2mqtt) use their documentation on how to configure.\n\n' +text += 'If you\'re hosting zigbee2mqtt using [this hassio addon-on](https://github.com/danielwelch/hassio-zigbee2mqtt) use their documentation on how to configure.\n\n' text += 'The easiest way to integrate zigbee2mqtt with Home Assistant is by using [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/).' text += ' To enable MQTT discovery set `homeassistant: true` in your zigbee2mqtt `configuration.yaml` and add the following to your Home Assistant `configuration.yaml`.\n' text += '```yaml\n'