{ "config": { "step": { "user": { "description": "To be able to use this integration, you have to enable the following option in deluge settings: Daemon > Allow remote controls", "data": { "host": "[%key:common::config_flow::data::host%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "port": "[%key:common::config_flow::data::port%]", "web_port": "Web port (for visiting service)" }, "data_description": { "host": "The hostname or IP address of your Deluge device." } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } }, "entity": { "sensor": { "status": { "name": "Status", "state": { "seeding_and_downloading": "Up/Down", "seeding": "Seeding", "downloading": "Downloading", "idle": "[%key:common::state::idle%]" } }, "download_speed": { "name": "Download speed" }, "upload_speed": { "name": "Upload speed" } } } }