From 0b0a9cee8f08a4995b47a04cf79f4f5d23b22218 Mon Sep 17 00:00:00 2001 From: Glenn Morrison Date: Thu, 8 Aug 2019 02:13:45 -0500 Subject: [PATCH] config example incorrect (#10083) changed ip_address to host as in docs below --- source/_components/apache_kafka.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/apache_kafka.markdown b/source/_components/apache_kafka.markdown index 7169c51bd3e..9442b8613df 100644 --- a/source/_components/apache_kafka.markdown +++ b/source/_components/apache_kafka.markdown @@ -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 ```