Add data descriptions to PEGELONLINE integration (#147594)

This commit is contained in:
Michael 2025-06-27 18:16:38 +02:00 committed by GitHub
parent 2120ff6a0a
commit 113e7dc003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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