Skip to content

Commit 9a1fff3

Browse files
committed
Add warning about mqtt
1 parent 917b547 commit 9a1fff3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_posts/2018-08-17-release-76.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ homeassistant:
3232

3333
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 🏎.
3434

35+
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:
36+
37+
```yaml
38+
mqtt:
39+
password: mypass
40+
```
41+
3542
## {% linkable_title New Platforms %}
3643
3744
- deCONZ - support for power plugs ([@Kane610] - [#15752]) ([deconz docs]) ([light.deconz docs]) ([switch.deconz docs]) (breaking change) (new-platform)

0 commit comments

Comments
 (0)