{ "config": { "flow_title": "{name} ({host})", "step": { "user": { "description": "Continue to [plex.tv](https://plex.tv) to link a Plex server." }, "user_advanced": { "data": { "setup_method": "Setup method" } }, "manual_setup": { "title": "Manual Plex Configuration", "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]", "token": "Token (optional)" } }, "select_server": { "title": "Select Plex server", "description": "Multiple servers available, select one:", "data": { "server": "Server" } } }, "error": { "faulty_credentials": "Authorization failed, verify Token", "host_or_token": "Must provide at least one of Host or Token", "no_servers": "No servers linked to Plex account", "not_found": "Plex server not found", "ssl_error": "SSL certificate issue" }, "abort": { "all_configured": "All linked servers already configured", "already_configured": "This Plex server is already configured", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "token_request_timeout": "Timed out obtaining token", "unknown": "[%key:common::config_flow::error::unknown%]" } }, "options": { "step": { "plex_mp_settings": { "description": "Options for Plex Media Players", "data": { "use_episode_art": "Use episode art", "ignore_new_shared_users": "Ignore new managed/shared users", "monitored_users": "Monitored users", "ignore_plex_web_clients": "Ignore Plex Web clients" } } } }, "entity": { "button": { "scan_clients": { "name": "Scan clients" } } }, "services": { "refresh_library": { "name": "Refresh library", "description": "Refreshes a Plex library to scan for new and updated media.", "fields": { "server_name": { "name": "Server name", "description": "Name of a Plex server if multiple Plex servers configured." }, "library_name": { "name": "Library name", "description": "Name of the Plex library to refresh." } } }, "scan_for_clients": { "name": "Scan for clients", "description": "Scans for available clients from the Plex server(s), local network, and plex.tv." } } }