HomeAssistant 接入配置
<h3>进入 HomeAssistant 的 MQTT Broker 设置页面</h3>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c9b395d800f136815f8c7432f223fd0a&amp;file=file.png" alt="" /></p>
<p>> 登录网关的管理页面后,默认就是 HomeAssistant 设置页面</p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=a7064f712ff15413789c1246eb7eec3e&amp;file=file.png" alt="" /></p>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>Host</td>
<td>域名或者 IP 地址</td>
</tr>
<tr>
<td>Port</td>
<td>端口;一般为 1883,目前还不支持 TLS,后续升级会支持</td>
</tr>
<tr>
<td>Username</td>
<td>用户名</td>
</tr>
<tr>
<td>Password</td>
<td>密码</td>
</tr>
</tbody>
</table>
<p>> 网关的默认配置就是会自动发现 HomeAssistant 网关,不排除一些网关没有开启 mDNS 服务,因此需要手工设置地址</p>