Update action descriptions of weather integration (#138540)
parent
28ea55aac0
commit
5dc1689e7c
|
@ -90,17 +90,17 @@
|
||||||
"services": {
|
"services": {
|
||||||
"get_forecasts": {
|
"get_forecasts": {
|
||||||
"name": "Get forecasts",
|
"name": "Get forecasts",
|
||||||
"description": "Get weather forecasts.",
|
"description": "Retrieves the forecast from selected weather services.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"type": {
|
"type": {
|
||||||
"name": "Forecast type",
|
"name": "Forecast type",
|
||||||
"description": "Forecast type: daily, hourly or twice daily."
|
"description": "The scope of the weather forecast."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"get_forecast": {
|
"get_forecast": {
|
||||||
"name": "Get forecast",
|
"name": "Get forecast",
|
||||||
"description": "Get weather forecast.",
|
"description": "Retrieves the forecast from a selected weather service.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"type": {
|
"type": {
|
||||||
"name": "[%key:component::weather::services::get_forecasts::fields::type::name%]",
|
"name": "[%key:component::weather::services::get_forecasts::fields::type::name%]",
|
||||||
|
@ -111,12 +111,12 @@
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"deprecated_service_weather_get_forecast": {
|
"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": {
|
"fix_flow": {
|
||||||
"step": {
|
"step": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "[%key:component::weather::issues::deprecated_service_weather_get_forecast::title%]",
|
"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