From e01a4ec5b214c209891a2963d06f27287dd964dc Mon Sep 17 00:00:00 2001 From: Koenkk Date: Fri, 11 May 2018 19:20:32 +0200 Subject: [PATCH] Update documentation for Home Assistant integration. #21. --- support/docgen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docgen.js b/support/docgen.js index 215e4d7b3..a166a9fc0 100644 --- a/support/docgen.js +++ b/support/docgen.js @@ -81,7 +81,7 @@ automation: service: light.toggle ` text += '```\n' - +text = '**When changing a `friendly_name` for a device you first have to start zigbee2mqtt and after that restart Home Assistant in order to discover the new device ID.**\n'; text += 'In case you **dont** want to use Home Assistant MQTT discovery you can use the configuration below.\n\n' const homeassistantConfig = (device) => {