Update action descriptions of weather integration (#138540)
parent
28ea55aac0
commit
5dc1689e7c
|
@ -90,17 +90,17 @@
|
|||
"services": {
|
||||
"get_forecasts": {
|
||||
"name": "Get forecasts",
|
||||
"description": "Get weather forecasts.",
|
||||
"description": "Retrieves the forecast from selected weather services.",
|
||||
"fields": {
|
||||
"type": {
|
||||
"name": "Forecast type",
|
||||
"description": "Forecast type: daily, hourly or twice daily."
|
||||
"description": "The scope of the weather forecast."
|
||||
}
|
||||
}
|
||||
},
|
||||
"get_forecast": {
|
||||
"name": "Get forecast",
|
||||
"description": "Get weather forecast.",
|
||||
"description": "Retrieves the forecast from a selected weather service.",
|
||||
"fields": {
|
||||
"type": {
|
||||
"name": "[%key:component::weather::services::get_forecasts::fields::type::name%]",
|
||||
|
@ -111,12 +111,12 @@
|
|||
},
|
||||
"issues": {
|
||||
"deprecated_service_weather_get_forecast": {
|
||||
"title": "Detected use of deprecated service weather.get_forecast",
|
||||
"title": "Detected use of deprecated action weather.get_forecast",
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "[%key:component::weather::issues::deprecated_service_weather_get_forecast::title%]",
|
||||
"description": "Use `weather.get_forecasts` instead which supports multiple entities.\n\nPlease replace this service and adjust your automations and scripts and select **Submit** to close this issue."
|
||||
"description": "Use `weather.get_forecasts` instead which supports multiple entities.\n\nPlease replace this action and adjust your automations and scripts and select **Submit** to close this issue."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue