diff --git a/homeassistant/components/ecobee/strings.json b/homeassistant/components/ecobee/strings.json index b121c178e27..b5cec285811 100644 --- a/homeassistant/components/ecobee/strings.json +++ b/homeassistant/components/ecobee/strings.json @@ -176,7 +176,7 @@ "description": "Sets the participating sensors for a climate program.", "fields": { "preset_mode": { - "name": "Climate Name", + "name": "Climate program", "description": "Name of the climate program to set the sensors active on.\nDefaults to currently active program." }, "device_ids": { @@ -188,7 +188,7 @@ }, "exceptions": { "invalid_preset": { - "message": "Invalid climate name, available options are: {options}" + "message": "Invalid climate program, available options are: {options}" }, "invalid_sensor": { "message": "Invalid sensor for thermostat, available options are: {options}"