From 4fee0ff501cd20dd1e8db499c865a74d86ecaeec Mon Sep 17 00:00:00 2001 From: Kees Schollaart Date: Sun, 3 Jun 2018 15:09:50 +0200 Subject: [PATCH] Mention the hassio addon I did not know about the hassio addon for this project and it's not mention anywhere other than in a closed issue so I thought it made sense to reference it here. --- support/docgen.js | 1 + 1 file changed, 1 insertion(+) 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'