Minimizing of the configuration sample (#1020)

This commit is contained in:
Fabian Affolter 2016-10-01 12:09:08 +02:00 committed by GitHub
parent c7aaf72bbc
commit 227d5a3f4f
24 changed files with 69 additions and 56 deletions

View file

@ -61,6 +61,11 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
| Password | Your API [password](/components/http/)
| Websocket port | 8080
```yaml
# Example configuration.yaml entry
mqtt:
```
<p class='note'>
This broker does not currently work with OwnTracks because of a protocol version issue.
</p>