mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00
Add warning about mqtt
This commit is contained in:
parent
917b547f9a
commit
9a1fff3ece
@ -32,6 +32,13 @@ homeassistant:
|
||||
|
||||
For iOS users, your frontend should be a lot faster. We had an issue that forced us to serve the frontend in compatability mode, which is slower. We haven't been able to solve [the issue](https://bugs.webkit.org/show_bug.cgi?id=174629), but found a workaround. Race on 🏎.
|
||||
|
||||
Warning. If you are using the internal MQTT broker, we've had to make a change how the password is set. In the past it would automatically start the broker with the user `homeassistant` and a password equal to the API password. This is no longer the case and you need to configure it yourself now:
|
||||
|
||||
```yaml
|
||||
mqtt:
|
||||
password: mypass
|
||||
```
|
||||
|
||||
## {% linkable_title New Platforms %}
|
||||
|
||||
- deCONZ - support for power plugs ([@Kane610] - [#15752]) ([deconz docs]) ([light.deconz docs]) ([switch.deconz docs]) (breaking change) (new-platform)
|
||||
|
Loading…
x
Reference in New Issue
Block a user