mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
full-fill iqs-rule config-flow
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"common": {
|
||||||
|
"data_description_stations": "Select the stations you want to add to Home Assistant."
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
@@ -6,7 +9,6 @@
|
|||||||
"name": "Region name",
|
"name": "Region name",
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"location": "[%key:common::config_flow::data::location%]",
|
"location": "[%key:common::config_flow::data::location%]",
|
||||||
"stations": "Additional fuel stations",
|
|
||||||
"radius": "Search radius"
|
"radius": "Search radius"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -20,6 +22,9 @@
|
|||||||
"description": "Found {stations_count} stations in radius",
|
"description": "Found {stations_count} stations in radius",
|
||||||
"data": {
|
"data": {
|
||||||
"stations": "Stations"
|
"stations": "Stations"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"stations": "[%key:component::tankerkoenig::common::data_description_stations%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -39,6 +44,10 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"stations": "[%key:component::tankerkoenig::config::step::select_station::data::stations%]",
|
"stations": "[%key:component::tankerkoenig::config::step::select_station::data::stations%]",
|
||||||
"show_on_map": "Show stations on map"
|
"show_on_map": "Show stations on map"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"stations": "[%key:component::tankerkoenig::common::data_description_stations%]",
|
||||||
|
"show_on_map": "Weather to show the station sensors on the map or not."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user