Discover Plex clients using GDM (#39053)

This commit is contained in:
jjlawren 2020-10-14 08:46:52 -05:00 committed by GitHub
parent 72759d7501
commit c63c253b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 207 additions and 39 deletions

View file

@ -13,6 +13,8 @@ PLEXTV_THROTTLE = 60
DEBOUNCE_TIMEOUT = 1
DISPATCHERS = "dispatchers"
GDM_DEBOUNCER = "gdm_debouncer"
GDM_SCANNER = "gdm_scanner"
PLATFORMS = frozenset(["media_player", "sensor"])
PLATFORMS_COMPLETED = "platforms_completed"
PLAYER_SOURCE = "player_source"