{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" }, "error": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_sensor": "Sensor not available or invalid" }, "step": { "user": { "data": { "sensor_id": "Sensor ID", "show_on_map": "Show on map" } } } }, "entity": { "sensor": { "pressure_at_sealevel": { "name": "Pressure at sea level" } } }, "exceptions": { "communication_error": { "message": "An error occurred while communicating with the Sensor.Community service." }, "no_data_received": { "message": "Did not receive sensor data from the Sensor.Community service." }, "unknown_error": { "message": "An unknown error occurred while communicating with the Sensor.Community service." } } }