{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "reauth_confirm": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]" }, "data_description": { "api_key": "[%key:component::pterodactyl::config::step::user::data_description::api_key%]" }, "description": "Please update your account API key.", "title": "[%key:common::config_flow::title::reauth%]" }, "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "url": "[%key:common::config_flow::data::url%]" }, "data_description": { "api_key": "The account API key for accessing your Pterodactyl server.", "url": "The URL of your Pterodactyl server, including the protocol (http:// or https://) and optionally the port number." } } } }, "entity": { "binary_sensor": { "status": { "name": "Status" } }, "button": { "force_stop_server": { "name": "Force stop server" }, "restart_server": { "name": "Restart server" }, "start_server": { "name": "Start server" }, "stop_server": { "name": "Stop server" } }, "sensor": { "cpu_limit": { "name": "CPU limit" }, "cpu_utilization": { "name": "CPU utilization" }, "disk_limit": { "name": "Disk limit" }, "disk_usage": { "name": "Disk usage" }, "memory_limit": { "name": "Memory limit" }, "memory_usage": { "name": "Memory usage" }, "network_inbound": { "name": "Network inbound" }, "network_outbound": { "name": "Network outbound" }, "uptime": { "name": "Uptime" } } } }