{ "config": { "abort": { "already_configured": "UniFi Network site is already configured", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "configuration_updated": "Configuration updated", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "faulty_credentials": "[%key:common::config_flow::error::invalid_auth%]", "service_unavailable": "[%key:common::config_flow::error::cannot_connect%]", "unknown_client_mac": "No client available on that MAC address" }, "flow_title": "{site} ({host})", "step": { "site": { "data": { "site": "Site ID" }, "data_description": { "site": "The site ID of the UniFi Network site to manage." } }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]", "port": "[%key:common::config_flow::data::port%]", "site": "Site ID", "username": "[%key:common::config_flow::data::username%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "host": "Hostname or IP address of your UniFi Network.", "password": "The password of the local UniFi Network user.", "port": "The port your UniFi Network is running on.", "username": "The username of the local UniFi Network user.", "verify_ssl": "Whether to verify the SSL certificate of the UniFi Network." }, "title": "Set up UniFi Network" } } }, "entity": { "button": { "port_power_cycle": { "name": "{port_name} power cycle" }, "wlan_regenerate_password": { "name": "Regenerate password" } }, "image": { "wlan_qr_code": { "name": "QR code" } }, "light": { "led_control": { "name": "LED" } }, "sensor": { "client_bandwidth_rx": { "name": "RX" }, "client_bandwidth_tx": { "name": "TX" }, "device_clients": { "name": "Clients" }, "device_cpu_utilization": { "name": "CPU utilization" }, "device_memory_utilization": { "name": "Memory utilization" }, "device_state": { "name": "State", "state": { "adopting": "Adopting", "adoption_failed": "Adoption failed", "connected": "[%key:common::state::connected%]", "deleting": "Deleting", "disconnected": "[%key:common::state::disconnected%]", "firmware_mismatch": "Firmware mismatch", "heartbeat_missed": "Heartbeat missed", "inform_error": "Inform error", "isolated": "Isolated", "pending": "Pending", "provisioning": "Provisioning", "upgrading": "Upgrading" } }, "device_sub_temperature": { "name": "{name} temperature" }, "device_uplink_mac": { "name": "Uplink MAC" }, "outlet_power": { "name": "{outlet_name} outlet power" }, "port_bandwidth_rx": { "name": "{port_name} RX" }, "port_bandwidth_tx": { "name": "{port_name} TX" }, "port_link_speed": { "name": "{port_name} link speed" }, "port_poe_power": { "name": "{port_name} PoE power" }, "smartpower_ac_power_budget": { "name": "AC power budget" }, "smartpower_ac_power_consumption": { "name": "AC power consumption" }, "wan_latency": { "name": "{target} {wan} latency" }, "wired_client_link_speed": { "name": "Link speed" }, "wlan_clients": { "name": "Clients" } }, "switch": { "block_client": { "name": "Blocked" }, "poe_port_control": { "name": "{port_name} PoE" }, "wlan_control": { "name": "Enabled" } } }, "exceptions": { "action_request_failed": { "message": "Failed to send action request to UniFi Network" }, "reconnect_client_device_not_found": { "message": "Unable to reconnect client: device not found" }, "reconnect_client_no_mac": { "message": "Unable to reconnect client: device does not have a network MAC address" }, "reconnect_client_request_failed": { "message": "Failed to send reconnect request to UniFi Network" }, "remove_clients_request_failed": { "message": "Failed to remove clients from UniFi Network" } }, "options": { "abort": { "integration_not_setup": "UniFi integration is not set up" }, "step": { "init": { "data": { "block_client": "Network access controlled clients", "track_clients": "Track network clients", "track_devices": "Track network devices (Ubiquiti devices)" }, "data_description": { "block_client": "Select clients whose network access you want to control via switches.", "track_clients": "Create device tracker entities for network clients.", "track_devices": "Create device tracker entities for Ubiquiti network devices." }, "sections": { "more_options": { "data": { "allow_bandwidth_sensors": "Bandwidth usage sensors for network clients", "allow_uptime_sensors": "Uptime sensors for network clients", "client_source": "Create entities from network clients", "detection_time": "Time in seconds from last seen until considered away", "dpi_restrictions": "Allow control of DPI restriction groups", "ignore_wired_bug": "Disable UniFi Network wired bug logic", "ssid_filter": "Select SSIDs to track wireless clients on", "track_wired_clients": "Include wired network clients" }, "data_description": { "allow_bandwidth_sensors": "Create bandwidth usage sensors for network clients.", "allow_uptime_sensors": "Create uptime sensors for network clients.", "client_source": "Select which network clients to create entities from.", "detection_time": "Number of seconds since last seen before a client is considered away.", "dpi_restrictions": "Enable switches to control DPI restriction groups.", "ignore_wired_bug": "Disable workaround for a UniFi Network bug that sometimes reports wired clients as wireless.", "ssid_filter": "Only track wireless clients connected to selected SSIDs.", "track_wired_clients": "Include wired clients in device tracking." }, "name": "More options" } } } } }, "services": { "reconnect_client": { "description": "Tries to get wireless client to reconnect to UniFi Network.", "fields": { "device_id": { "description": "The device that should be forced to reconnect to the wireless network.", "name": "[%key:common::config_flow::data::device%]" } }, "name": "Reconnect wireless client" }, "remove_clients": { "description": "Cleans up clients that have only been associated with the controller for a short period of time.", "name": "Remove clients from the UniFi Network" } } }