Update action descriptions of weather integration (#138540)

pull/138548/head
Norbert Rittel 2025-02-14 18:06:17 +01:00 committed by GitHub
parent 28ea55aac0
commit 5dc1689e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

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