Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_docs/mqtt/broker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down