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" %}