mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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": {
|
"data": {
|
||||||
"currency": "Currency",
|
"currency": "Currency",
|
||||||
"areas": "Areas"
|
"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": {
|
"reconfigure": {
|
||||||
"data": {
|
"data": {
|
||||||
"currency": "[%key:component::nordpool::config::step::user::data::currency%]",
|
"currency": "[%key:component::nordpool::config::step::user::data::currency%]",
|
||||||
"areas": "[%key:component::nordpool::config::step::user::data::areas%]"
|
"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