Compare commits

...

1 Commits

Author SHA1 Message Date
Franck Nijhof
aa0177af42 Improve weather action naming consistency 2026-03-25 21:38:10 +00:00

View File

@@ -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"