mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Add data descriptions to PEGELONLINE integration (#147594)
This commit is contained in:
parent
2120ff6a0a
commit
113e7dc003
@ -2,17 +2,23 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Select the area in which you want to search for water measuring stations",
|
||||
"data": {
|
||||
"location": "[%key:common::config_flow::data::location%]",
|
||||
"radius": "Search radius"
|
||||
},
|
||||
"data_description": {
|
||||
"location": "Pick the location where to search for water measuring stations.",
|
||||
"radius": "The radius to search for water measuring stations around the selected location."
|
||||
}
|
||||
},
|
||||
"select_station": {
|
||||
"title": "Select the measuring station to add",
|
||||
"title": "Select the station to add",
|
||||
"description": "Found {stations_count} stations in radius",
|
||||
"data": {
|
||||
"station": "Station"
|
||||
},
|
||||
"data_description": {
|
||||
"station": "Select the water measuring station you want to add to Home Assistant."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user