mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add data description to Nord pool config flow (#132115)
This commit is contained in:
parent
0e5b03b343
commit
5dadabe50c
@ -12,12 +12,20 @@
|
||||
"data": {
|
||||
"currency": "Currency",
|
||||
"areas": "Areas"
|
||||
},
|
||||
"data_description": {
|
||||
"currency": "Select currency to display prices in, EUR is the base currency.",
|
||||
"areas": "Areas to display prices for according to Nordpool market areas."
|
||||
}
|
||||
},
|
||||
"reconfigure": {
|
||||
"data": {
|
||||
"currency": "[%key:component::nordpool::config::step::user::data::currency%]",
|
||||
"areas": "[%key:component::nordpool::config::step::user::data::areas%]"
|
||||
},
|
||||
"data_description": {
|
||||
"currency": "[%key:component::nordpool::config::step::user::data_description::currency%]",
|
||||
"areas": "[%key:component::nordpool::config::step::user::data_description::areas%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user