From 39eadc814f0314407ae3c283ff9aa223019f859f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 30 Sep 2025 21:16:37 +0200 Subject: [PATCH] Replace "Climate name" with "Climate program" in `ecobee` action (#153264) --- homeassistant/components/ecobee/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"