From a9083d53625544fa3d804e7caadba58a0f6ce66e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 25 Mar 2026 23:08:29 +0100 Subject: [PATCH] Improve weather action naming consistency (#166540) --- homeassistant/components/weather/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/weather/strings.json b/homeassistant/components/weather/strings.json index cda8b91ff79..02b017a7658 100644 --- a/homeassistant/components/weather/strings.json +++ b/homeassistant/components/weather/strings.json @@ -101,24 +101,24 @@ }, "services": { "get_forecast": { - "description": "Retrieves the forecast from a selected weather service.", + "description": "Retrieves the forecast from a weather service.", "fields": { "type": { "description": "[%key:component::weather::services::get_forecasts::fields::type::description%]", "name": "[%key:component::weather::services::get_forecasts::fields::type::name%]" } }, - "name": "Get forecast" + "name": "Get weather forecast" }, "get_forecasts": { - "description": "Retrieves the forecast from selected weather services.", + "description": "Retrieves the forecasts from one or more weather services.", "fields": { "type": { "description": "The scope of the weather forecast.", "name": "Forecast type" } }, - "name": "Get forecasts" + "name": "Get weather forecasts" } }, "title": "Weather"