Improve Plex media_player entity naming (#31755)
This commit is contained in:
parent
8498ca37cd
commit
1b2f4fa19f
4 changed files with 53 additions and 13 deletions
|
@ -3,6 +3,7 @@ from homeassistant.const import __version__
|
|||
|
||||
DOMAIN = "plex"
|
||||
NAME_FORMAT = "Plex ({})"
|
||||
COMMON_PLAYERS = ["Plex Web"]
|
||||
|
||||
DEFAULT_PORT = 32400
|
||||
DEFAULT_SSL = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue