diff --git a/homeassistant/components/humidifier/strings.json b/homeassistant/components/humidifier/strings.json index 09b01ce14de7..beee0502bc04 100644 --- a/homeassistant/components/humidifier/strings.json +++ b/homeassistant/components/humidifier/strings.json @@ -167,36 +167,36 @@ }, "services": { "set_humidity": { - "description": "Sets the target humidity.", + "description": "Sets the target humidity of a humidifier.", "fields": { "humidity": { "description": "Target humidity.", "name": "Humidity" } }, - "name": "Set humidity" + "name": "Set humidifier target humidity" }, "set_mode": { - "description": "Sets the humidifier operation mode.", + "description": "Sets the mode of a humidifier.", "fields": { "mode": { "description": "Operation mode. For example, \"normal\", \"eco\", or \"away\". For a list of possible values, refer to the integration documentation.", "name": "Mode" } }, - "name": "Set mode" + "name": "Set humidifier mode" }, "toggle": { - "description": "Toggles the humidifier on/off.", - "name": "[%key:common::action::toggle%]" + "description": "Toggles a humidifier on/off.", + "name": "Toggle humidifier" }, "turn_off": { - "description": "Turns the humidifier off.", - "name": "[%key:common::action::turn_off%]" + "description": "Turns off a humidifier.", + "name": "Turn off humidifier" }, "turn_on": { - "description": "Turns the humidifier on.", - "name": "[%key:common::action::turn_on%]" + "description": "Turns on a humidifier.", + "name": "Turn on humidifier" } }, "title": "Humidifier",