Add options to ignore shared/managed Plex clients (#31738)
* Add option to ignore shared/managed Plex clients * Start to allow user selection * hass object not ready during init * Don't bother sorting * Plex account multi-select, handle new users not matching config * Fix/add tests * Lint simplifications * Review cleanup * Oops * Rename options attributes, fix/add tests
This commit is contained in:
parent
4b3f9ecc2d
commit
0213f43f10
8 changed files with 272 additions and 14 deletions
|
@ -29,6 +29,8 @@ CONF_SERVER = "server"
|
|||
CONF_SERVER_IDENTIFIER = "server_id"
|
||||
CONF_USE_EPISODE_ART = "use_episode_art"
|
||||
CONF_SHOW_ALL_CONTROLS = "show_all_controls"
|
||||
CONF_IGNORE_NEW_SHARED_USERS = "ignore_new_shared_users"
|
||||
CONF_MONITORED_USERS = "monitored_users"
|
||||
|
||||
AUTH_CALLBACK_PATH = "/auth/plex/callback"
|
||||
AUTH_CALLBACK_NAME = "auth:plex:callback"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue