Deduplicate strings in nordpool actions (#148258)

This commit is contained in:
Norbert Rittel 2025-07-06 11:23:57 +02:00 committed by GitHub
parent 70e9c4e2d0
commit 8d7e387b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@
}, },
"date": { "date": {
"name": "Date", "name": "Date",
"description": "Only dates two months in the past and one day in the future is allowed." "description": "Only dates in the range from two months in the past to one day in the future are allowed."
}, },
"areas": { "areas": {
"name": "Areas", "name": "Areas",
@ -120,20 +120,20 @@
"description": "Retrieves the price indices for a specific date.", "description": "Retrieves the price indices for a specific date.",
"fields": { "fields": {
"config_entry": { "config_entry": {
"name": "Config entry", "name": "[%key:component::nordpool::services::get_prices_for_date::fields::config_entry::name%]",
"description": "The Nord Pool configuration entry for this action." "description": "[%key:component::nordpool::services::get_prices_for_date::fields::config_entry::description%]"
}, },
"date": { "date": {
"name": "Date", "name": "[%key:component::nordpool::services::get_prices_for_date::fields::date::name%]",
"description": "Only dates two months in the past and one day in the future is allowed." "description": "[%key:component::nordpool::services::get_prices_for_date::fields::date::description%]"
}, },
"areas": { "areas": {
"name": "Areas", "name": "[%key:component::nordpool::services::get_prices_for_date::fields::areas::name%]",
"description": "One or multiple areas to get prices for. If left empty it will use the areas already configured." "description": "[%key:component::nordpool::services::get_prices_for_date::fields::areas::description%]"
}, },
"currency": { "currency": {
"name": "Currency", "name": "[%key:component::nordpool::services::get_prices_for_date::fields::currency::name%]",
"description": "Currency to get prices in. If left empty it will use the currency already configured." "description": "[%key:component::nordpool::services::get_prices_for_date::fields::currency::description%]"
}, },
"resolution": { "resolution": {
"name": "Resolution", "name": "Resolution",