From 1417f31929609cf28bc98f4ae77e2b3904ac45aa Mon Sep 17 00:00:00 2001 From: jbouwh Date: Wed, 18 Jun 2025 14:42:31 +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 e80439ce902..8fcc429dfa2 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -187,7 +187,7 @@ "data_description": { "platform": "The type of the entity to configure.", "name": "The name of the entity. Leave empty to set it to `None` to [mark it as main feature of the MQTT device](https://www.home-assistant.io/integrations/mqtt/#naming-of-mqtt-entities).", - "entity_category": "The category of the entity to configure. Leave empty to [mark it as main feature of the MQTT device](https://developers.home-assistant.io/docs/core/entity/#registry-properties). An entity with a category will not be exposed to cloud, Alexa, or Google Assistant components, nor included in indirect service calls to devices or areas.", + "entity_category": "The category of the entity to configure. Leave empty to [mark it as a main feature of the MQTT device](https://developers.home-assistant.io/docs/core/entity/#registry-properties). An entity with a category will not be exposed to cloud, Alexa, or Google Assistant components, nor included in indirect service calls to devices or areas.", "entity_picture": "An URL to a picture to be assigned." } },