Improve Plex device handling (#48369)

This commit is contained in:
jjlawren 2021-03-31 11:37:16 -05:00 committed by GitHub
parent 2f37a5727c
commit be71d626c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 178 additions and 0 deletions

View file

@ -4,6 +4,7 @@ from homeassistant.const import __version__
DOMAIN = "plex"
NAME_FORMAT = "Plex ({})"
COMMON_PLAYERS = ["Plex Web"]
TRANSIENT_DEVICE_MODELS = ["Plex Web", "Plex for Sonos"]
DEFAULT_PORT = 32400
DEFAULT_SSL = False