2019-09-19 16:29:26 -05:00
|
|
|
{
|
2020-04-05 17:27:16 +02:00
|
|
|
"config": {
|
2020-05-13 08:11:00 -05:00
|
|
|
"flow_title": "{name} ({host})",
|
2020-04-05 17:27:16 +02:00
|
|
|
"step": {
|
2020-05-05 17:42:21 -05:00
|
|
|
"user": {
|
|
|
|
|
"description": "Continue to [plex.tv](https://plex.tv) to link a Plex server."
|
|
|
|
|
},
|
|
|
|
|
"user_advanced": {
|
|
|
|
|
"data": {
|
|
|
|
|
"setup_method": "Setup method"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"manual_setup": {
|
2025-04-11 15:38:07 +02:00
|
|
|
"title": "Manual Plex configuration",
|
2020-05-05 17:42:21 -05:00
|
|
|
"data": {
|
2020-05-12 10:50:44 -07:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
2020-10-03 16:06:45 +02:00
|
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
2021-09-08 22:16:12 +02:00
|
|
|
"token": "Token (optional)"
|
2020-05-05 17:42:21 -05:00
|
|
|
}
|
|
|
|
|
},
|
2020-04-05 17:27:16 +02:00
|
|
|
"select_server": {
|
|
|
|
|
"title": "Select Plex server",
|
|
|
|
|
"description": "Multiple servers available, select one:",
|
2020-05-12 10:50:44 -07:00
|
|
|
"data": {
|
|
|
|
|
"server": "Server"
|
|
|
|
|
}
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|
2019-09-26 04:10:20 -05:00
|
|
|
},
|
2020-04-05 17:27:16 +02:00
|
|
|
"error": {
|
2025-04-11 15:38:07 +02:00
|
|
|
"faulty_credentials": "Authorization failed, verify token",
|
|
|
|
|
"host_or_token": "Must provide at least one of host or token",
|
2020-05-05 17:42:21 -05:00
|
|
|
"no_servers": "No servers linked to Plex account",
|
|
|
|
|
"not_found": "Plex server not found",
|
|
|
|
|
"ssl_error": "SSL certificate issue"
|
2020-04-05 17:27:16 +02:00
|
|
|
},
|
|
|
|
|
"abort": {
|
|
|
|
|
"all_configured": "All linked servers already configured",
|
|
|
|
|
"already_configured": "This Plex server is already configured",
|
2020-10-03 15:49:09 +02:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
2020-10-06 11:29:53 +02:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
2020-04-05 17:27:16 +02:00
|
|
|
"token_request_timeout": "Timed out obtaining token",
|
2020-09-28 09:14:54 -05:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"step": {
|
|
|
|
|
"plex_mp_settings": {
|
2025-04-11 15:38:07 +02:00
|
|
|
"description": "Options for Plex media players",
|
2020-04-05 17:27:16 +02:00
|
|
|
"data": {
|
|
|
|
|
"use_episode_art": "Use episode art",
|
|
|
|
|
"ignore_new_shared_users": "Ignore new managed/shared users",
|
2020-05-08 11:49:15 -05:00
|
|
|
"monitored_users": "Monitored users",
|
2025-04-11 15:38:07 +02:00
|
|
|
"ignore_plex_web_clients": "Ignore Plex web clients"
|
2019-09-26 04:10:20 -05:00
|
|
|
}
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|
2019-09-19 16:29:26 -05:00
|
|
|
}
|
2023-07-12 00:33:37 +02:00
|
|
|
},
|
2023-12-15 08:56:26 +01:00
|
|
|
"entity": {
|
|
|
|
|
"button": {
|
|
|
|
|
"scan_clients": {
|
|
|
|
|
"name": "Scan clients"
|
|
|
|
|
}
|
2025-04-25 11:21:14 +02:00
|
|
|
},
|
|
|
|
|
"update": {
|
|
|
|
|
"server_update": {
|
|
|
|
|
"name": "[%key:component::update::title%]"
|
|
|
|
|
}
|
2023-12-15 08:56:26 +01:00
|
|
|
}
|
|
|
|
|
},
|
2023-07-12 00:33:37 +02:00
|
|
|
"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."
|
|
|
|
|
}
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|
2020-06-03 11:20:21 -05:00
|
|
|
}
|