{ "config": { "step": { "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." } }, "select_station": { "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." } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "no_stations": "Could not find any station in range." }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } }, "entity": { "sensor": { "air_temperature": { "name": "Air temperature" }, "clearance_height": { "name": "Clearance height" }, "oxygen_level": { "name": "Oxygen level" }, "water_speed": { "name": "Water flow speed" }, "water_flow": { "name": "Water volume flow" }, "water_level": { "name": "Water level" }, "water_temperature": { "name": "Water temperature" } } }, "exceptions": { "communication_error": { "message": "Failed to communicate with API: {error}" } } }