diff --git a/homeassistant/components/time/strings.json b/homeassistant/components/time/strings.json index e22b3b325b8..463e6c8d1d1 100644 --- a/homeassistant/components/time/strings.json +++ b/homeassistant/components/time/strings.json @@ -6,14 +6,14 @@ }, "services": { "set_value": { - "description": "Sets the time.", + "description": "Sets the value of a time entity.", "fields": { "time": { "description": "The time to set.", "name": "Time" } }, - "name": "Set Time" + "name": "Set time" } }, "title": "Time"