diff --git a/source/_integrations/apache_kafka.markdown b/source/_integrations/apache_kafka.markdown index 9258d1b2802..44687803aee 100644 --- a/source/_integrations/apache_kafka.markdown +++ b/source/_integrations/apache_kafka.markdown @@ -20,13 +20,13 @@ To use the `apache_kafka` integration in your installation, add the following to ```yaml apache_kafka: - host: localhost + ip_address: localhost port: 9092 topic: home_assistant_1 ``` {% configuration %} -host: +ip_address: description: The IP address or hostname of an Apache Kafka cluster. required: true type: string