{ "config": { "abort": { "invalid_unique_id": "Impossible to determine a valid unique ID for the device", "no_unique_id": "A device without a valid unique ID is already configured. Configuration of multiple instances is not possible" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_host": "[%key:common::config_flow::error::invalid_host%]", "pwd_or_ssh": "Please provide password or SSH key file", "pwd_required": "Password is required for selected protocol", "ssh_not_file": "SSH key file not found", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "legacy": { "data": { "mode": "Router operating mode" }, "description": "Set required parameters to connect to your router" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]", "port": "Port (leave empty for protocol default)", "protocol": "Communication protocol to use", "ssh_key": "Path to your SSH key file (instead of password)", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "host": "The hostname or IP address of your ASUSWRT router." }, "description": "Set required parameter to connect to your router" } } }, "entity": { "sensor": { "5ghz_2_temperature": { "name": "5GHz temperature (Radio 2)" }, "5ghz_temperature": { "name": "5GHz temperature" }, "6ghz_temperature": { "name": "6GHz temperature" }, "24ghz_temperature": { "name": "2.4GHz temperature" }, "cpu_core_usage": { "name": "CPU core {core_id} usage" }, "cpu_temperature": { "name": "CPU temperature" }, "cpu_usage": { "name": "CPU usage" }, "devices_connected": { "name": "Devices connected" }, "download": { "name": "Download" }, "download_speed": { "name": "Download speed" }, "last_boot": { "name": "Last boot" }, "load_avg_15m": { "name": "Average load (15 min)" }, "load_avg_1m": { "name": "Average load (1 min)" }, "load_avg_5m": { "name": "Average load (5 min)" }, "memory_free": { "name": "Memory free" }, "memory_usage": { "name": "Memory usage" }, "memory_used": { "name": "Memory used" }, "upload": { "name": "Upload" }, "upload_speed": { "name": "Upload speed" }, "uptime": { "name": "Uptime" } } }, "options": { "step": { "init": { "data": { "consider_home": "Seconds to wait before considering a device away", "dnsmasq": "The location of the dnsmasq.leases file in the router", "interface": "The interface that you want statistics from (e.g. eth0, eth1 etc)", "require_ip": "Devices must have IP (for access point mode)", "track_unknown": "Track unknown / unnamed devices" } } } }, "selector": { "protocols": { "options": { "http": "HTTP", "https": "HTTPS", "ssh": "SSH", "telnet": "Telnet" } } } }