From 14b39c3bcf56986b86b73690c981a3541f58a18b Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sat, 23 Sep 2023 19:05:52 +0200 Subject: [PATCH] Correct some typo's in MQTT issue string (#100759) --- 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 d1b63b331ed..b28f16cb404 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -18,7 +18,7 @@ }, "deprecated_climate_aux_property": { "title": "MQTT entities with auxiliary heat support found", - "description": "Entity `{entity_id}` has auxiliary heat support enabled, which has been deprecated for MQTT climate devices. Please adjust your configuration and remove deperated config options from your configration and restart HA to fix this issue." + "description": "Entity `{entity_id}` has auxiliary heat support enabled, which has been deprecated for MQTT climate devices. Please adjust your configuration and remove deprecated config options from your configuration and restart Home Assistant to fix this issue." } }, "config": {