From 84b2316dee84f56c8a50bde4c2f32ae617f7cb22 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 21 Nov 2024 20:38:43 +0100 Subject: [PATCH] Document how to remove MQTT (#35875) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/mqtt.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 45ab0f2329f..0ab0c695d99 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -51,6 +51,20 @@ MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things {% include integrations/config_flow.md %} +### Removing the MQTT integration + +The MQTT integration and its entities can be removed by following these steps: + +1. Navigate to **Settings** > **Devices & Services** +2. Find the MQTT integration and click on it +3. Click the delete button to remove the MQTT config entry + +Note: This action does not remove the [MQTT broker](#setting-up-a-broker) or its data. If you want to completely remove MQTT: + +1. Check your `configuration.yaml` and other YAML files for MQTT-related configurations and remove them +2. Review your automations and scripts for any MQTT dependencies +3. Consider backing up your configuration before making these changes + {% details "Configuration of MQTT components via MQTT discovery" %}