mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Improve user-facing strings of nordpool
integration (#140286)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"currency": "Select currency to display prices in, EUR is the base currency.",
|
"currency": "Select currency to display prices in, EUR is the base currency.",
|
||||||
"areas": "Areas to display prices for according to Nordpool market areas."
|
"areas": "Areas to display prices for according to Nord Pool market areas."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reconfigure": {
|
"reconfigure": {
|
||||||
@@ -95,11 +95,11 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"get_prices_for_date": {
|
"get_prices_for_date": {
|
||||||
"name": "Get prices for date",
|
"name": "Get prices for date",
|
||||||
"description": "Retrieve the prices for a specific date.",
|
"description": "Retrieves the prices for a specific date.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"name": "Select Nord Pool configuration entry",
|
"name": "Config entry",
|
||||||
"description": "Choose the configuration entry."
|
"description": "The Nord Pool configuration entry for this action."
|
||||||
},
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"name": "Date",
|
"name": "Date",
|
||||||
|
Reference in New Issue
Block a user