Embedded MQTT password change backport to 0.76 (#6020)

* Embedded MQTT password change backport to 0.76

* Fix formatting
This commit is contained in:
Jason Hu 2018-08-14 23:10:48 -07:00 committed by Fabian Affolter
parent b673a41b16
commit d2a52b21d1

View File

@ -25,7 +25,7 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
| Password | no default value |
| Websocket port | 8080 |
> Since release 0.77, the embedded broker does not use your [API password](/components/http/) as the default password. The MQTT component will fail to set up if you have API password configured, but don't have MQTT password configured as in the following example.
Since release 0.76, the embedded broker does not use your [API password](/components/http/) as the default password. The MQTT component will fail to set up if you have API password configured, but don't have MQTT password configured as in the following example.
```yaml
# Example configuration.yaml entry