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