From c50477f1d62f81b74743968d5c13cb54dbbb2b1d Mon Sep 17 00:00:00 2001 From: Sean Carolan Date: Tue, 7 Mar 2023 02:08:38 -0600 Subject: [PATCH] Removing default setting (#2716) `discovery: true` is on by default and therefore not required here. You only need this to set `discovery: false` --- components/mqtt.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/mqtt.rst b/components/mqtt.rst index 6ca647a19..3a415e461 100644 --- a/components/mqtt.rst +++ b/components/mqtt.rst @@ -149,7 +149,6 @@ discovery in your Home Assistant configuration with the following: # Example Home Assistant configuration.yaml entry mqtt: broker: ... - discovery: true And that should already be it 🎉 All devices defined through ESPHome should show up automatically in the entities section of Home Assistant. @@ -308,7 +307,6 @@ Also make sure to change the ``port`` of the mqtt broker. Most brokers use port mqtt: broker: test.mymqtt.local port: 8883 - discovery: true discovery_prefix: ${mqtt_prefix}/homeassistant log_topic: ${mqtt_prefix}/logs # Evaluate carefully skip_cert_cn_check @@ -353,7 +351,6 @@ MQTT can have some overrides for specific options. name: "Component Name" # Optional variables: retain: true - discovery: true availability: topic: livingroom/status payload_available: online