Plex discovery on demand (#35303)
* Allow Plex discovery on demand * Add new discovery source * Add tests
This commit is contained in:
parent
ee96ff2846
commit
c12f8bed43
5 changed files with 81 additions and 2 deletions
|
@ -22,6 +22,7 @@ _UNDEF: dict = {}
|
|||
|
||||
SOURCE_DISCOVERY = "discovery"
|
||||
SOURCE_IMPORT = "import"
|
||||
SOURCE_INTEGRATION_DISCOVERY = "integration_discovery"
|
||||
SOURCE_SSDP = "ssdp"
|
||||
SOURCE_USER = "user"
|
||||
SOURCE_ZEROCONF = "zeroconf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue