diff --git a/docgen/integrating-with-homeassistant.js b/docgen/integrating-with-homeassistant.js index 7811fbacd..eca249efd 100644 --- a/docgen/integrating-with-homeassistant.js +++ b/docgen/integrating-with-homeassistant.js @@ -39,7 +39,8 @@ mqtt: payload: 'offline' \`\`\` -Mind you that if you want to use the embedded broker of Home Assistant you have to [follow this guide](https://www.home-assistant.io/docs/mqtt/broker#embedded-broker). +Mind you that if you want to use the embedded broker of Home Assistant you +have to [follow this guide](https://www.home-assistant.io/docs/mqtt/broker#embedded-broker). Zigbee2mqtt is expecting Home Assistant to send it's birth/will messages to \`hass/status\`. Be sure to add this to your \`configuration.yaml\` if you want diff --git a/docs/integration/home_assistant.md b/docs/integration/home_assistant.md index 769f602a7..4fa3c8123 100644 --- a/docs/integration/home_assistant.md +++ b/docs/integration/home_assistant.md @@ -30,7 +30,8 @@ mqtt: payload: 'offline' ``` -Mind you that if you want to use the embedded broker of Home Assistant you have to [follow this guide](https://www.home-assistant.io/docs/mqtt/broker#embedded-broker). +Mind you that if you want to use the embedded broker of Home Assistant you +have to [follow this guide](https://www.home-assistant.io/docs/mqtt/broker#embedded-broker). Zigbee2mqtt is expecting Home Assistant to send it's birth/will messages to `hass/status`. Be sure to add this to your `configuration.yaml` if you want