Plex discovery on demand (#35303)

* Allow Plex discovery on demand

* Add new discovery source

* Add tests
This commit is contained in:
jjlawren 2020-05-13 08:11:00 -05:00 committed by GitHub
parent ee96ff2846
commit c12f8bed43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 81 additions and 2 deletions

View file

@ -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"