{ "config": { "step": { "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "url": "[%key:common::config_flow::data::url%]" }, "data_description": { "url": "The full URL, including port, of the SABnzbd server. Example: `http://localhost:8080` or `http://a02368d7-sabnzbd:8080`, if you are using the add-on.", "api_key": "The API key of the SABnzbd server. This can be found in the SABnzbd web interface under Config cog (top right) > General > Security." } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" } }, "entity": { "binary_sensor": { "warnings": { "name": "Warnings" } }, "button": { "pause": { "name": "[%key:common::action::pause%]" }, "resume": { "name": "Resume" } }, "number": { "speedlimit": { "name": "Speedlimit" } }, "sensor": { "status": { "name": "Status" }, "speed": { "name": "Speed" }, "queue": { "name": "Queue" }, "left": { "name": "Left to download" }, "total_disk_space": { "name": "Total disk space" }, "free_disk_space": { "name": "Free disk space" }, "queue_count": { "name": "Queue count" }, "daily_total": { "name": "Daily total" }, "weekly_total": { "name": "Weekly total" }, "monthly_total": { "name": "Monthly total" }, "overall_total": { "name": "Overall total" } } }, "exceptions": { "service_call_exception": { "message": "Unable to send command to SABnzbd due to a connection error, try again later" } } }