1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Improve weather action naming consistency (#166540)

This commit is contained in:
Franck Nijhof
2026-03-25 23:08:29 +01:00
committed by GitHub
parent dd89fa0f5b
commit a9083d5362

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"