mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add config option to ignore Plex Web clients (#34708)
This commit is contained in:
@@ -10,6 +10,7 @@ from homeassistant.components.plex import config_flow
|
||||
from homeassistant.components.plex.const import (
|
||||
AUTOMATIC_SETUP_STRING,
|
||||
CONF_IGNORE_NEW_SHARED_USERS,
|
||||
CONF_IGNORE_PLEX_WEB_CLIENTS,
|
||||
CONF_MONITORED_USERS,
|
||||
CONF_SERVER,
|
||||
CONF_SERVER_IDENTIFIER,
|
||||
@@ -428,6 +429,7 @@ async def test_option_flow(hass):
|
||||
CONF_MONITORED_USERS: {
|
||||
user: {"enabled": True} for user in mock_plex_server.accounts
|
||||
},
|
||||
CONF_IGNORE_PLEX_WEB_CLIENTS: False,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user