From afb7e001e4d510eae724ea52b1e978707c72a13d Mon Sep 17 00:00:00 2001 From: jbouwh Date: Mon, 26 May 2025 09:55:00 +0000 Subject: [PATCH] typo --- homeassistant/components/mqtt/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index 3710730cef7..4d55821b9ab 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -631,7 +631,7 @@ }, "export": { "title": "Export MQTT device config", - "description": "An export allows you set up the MQTT Device configuration via YAMl or MQTT discovery. The configuration can also be helpfull for troubleshooting. The export includes the unique ID's used in the configuration. You cannot activate this configuration unless you remove the MQTT-device or change the unique id's. Removing the MQTT device subentry will also remove the device from the device registry. After removing the MQTT device subentry, it can be set up via YAML or discovery with the same unique ID's.", + "description": "An export allows you set up the MQTT Device configuration via YAMl or MQTT discovery. The configuration can also be helpful for troubleshooting. The export includes the unique ID's used in the configuration. You cannot activate this configuration unless you remove the MQTT-device or change the unique id's. Removing the MQTT device subentry will also remove the device from the device registry. After removing the MQTT device subentry, it can be set up via YAML or discovery with the same unique ID's.", "menu_options": { "export_discovery": "Export MQTT discovery information", "export_yaml": "Export to YAML configuration"