diff --git a/homeassistant/components/text/strings.json b/homeassistant/components/text/strings.json index 0c159a8809a..e7fea2f230e 100644 --- a/homeassistant/components/text/strings.json +++ b/homeassistant/components/text/strings.json @@ -60,14 +60,14 @@ }, "services": { "set_value": { - "description": "Sets the value.", + "description": "Sets the value of a text entity.", "fields": { "value": { "description": "Enter your text.", "name": "Value" } }, - "name": "Set value" + "name": "Set text value" } }, "title": "Text",