full-fill iqs-rule config-flow

This commit is contained in:
mib1185
2025-04-21 18:53:20 +00:00
parent d7411d7387
commit 320274710a

View File

@@ -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."
} }
} }
}, },