1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/pegel_online/strings.json
2025-10-28 10:33:10 +01:00

64 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"no_stations": "Could not find any station in range."
},
"step": {
"select_station": {
"data": {
"station": "Station"
},
"data_description": {
"station": "Select the water measuring station you want to add to Home Assistant."
},
"description": "Found {stations_count} stations in radius",
"title": "Select the station to add"
},
"user": {
"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."
}
}
}
},
"entity": {
"sensor": {
"air_temperature": {
"name": "Air temperature"
},
"clearance_height": {
"name": "Clearance height"
},
"oxygen_level": {
"name": "Oxygen level"
},
"water_flow": {
"name": "Water volume flow"
},
"water_level": {
"name": "Water level"
},
"water_speed": {
"name": "Water flow speed"
},
"water_temperature": {
"name": "Water temperature"
}
}
},
"exceptions": {
"communication_error": {
"message": "Failed to communicate with API: {error}"
}
}
}