mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add data descriptions to PEGELONLINE integration (#147594)
This commit is contained in:
parent
2120ff6a0a
commit
113e7dc003
@ -2,17 +2,23 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Select the area in which you want to search for water measuring stations",
|
|
||||||
"data": {
|
"data": {
|
||||||
"location": "[%key:common::config_flow::data::location%]",
|
"location": "[%key:common::config_flow::data::location%]",
|
||||||
"radius": "Search radius"
|
"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": {
|
"select_station": {
|
||||||
"title": "Select the measuring station to add",
|
"title": "Select the station to add",
|
||||||
"description": "Found {stations_count} stations in radius",
|
"description": "Found {stations_count} stations in radius",
|
||||||
"data": {
|
"data": {
|
||||||
"station": "Station"
|
"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