Improve Plex device handling (#48369)
This commit is contained in:
parent
2f37a5727c
commit
be71d626c8
4 changed files with 178 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue