mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Document how to remove MQTT (#35875)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
ecef7df699
commit
84b2316dee
@ -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
|
||||
|
||||
<a name="configuration-via-mqtt-discovery"></a>
|
||||
{% details "Configuration of MQTT components via MQTT discovery" %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user