diff --git a/support/docgen.js b/support/docgen.js index 171d48db..9cbfc26c 100644 --- a/support/docgen.js +++ b/support/docgen.js @@ -46,6 +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 += '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'