mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Embedded MQTT broker needs setup its own password (#5993)
* Embedded MQTT broker needs setup its own password
* Update broker.markdown
* ✏️ Minor tweak
This commit is contained in:
parent
def92b9b39
commit
8ff94bff08
@ -22,13 +22,15 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
|
|||||||
| Port | 1883 |
|
| Port | 1883 |
|
||||||
| Protocol | 3.1.1 |
|
| Protocol | 3.1.1 |
|
||||||
| User | homeassistant |
|
| User | homeassistant |
|
||||||
| Password | Your API [password](/components/http/) |
|
| Password | no default value |
|
||||||
| Websocket port | 8080 |
|
| 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.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
mqtt:
|
mqtt:
|
||||||
|
password: YOUR_MQTT_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user