config example incorrect (#10083)

changed ip_address to host as in docs below
This commit is contained in:
Glenn Morrison 2019-08-08 02:13:45 -05:00 committed by Franck Nijhof
parent e1afd9fb02
commit 0b0a9cee8f

View File

@ -18,7 +18,7 @@ To use the `apache_kafka` integration in your installation, add the following to
```yaml
apache_kafka:
ip_address: localhost
host: localhost
port: 9092
topic: home_assistant_1
```