Improve Plex media_player entity naming (#31755)

This commit is contained in:
jjlawren 2020-02-12 11:55:18 -06:00 committed by GitHub
parent 8498ca37cd
commit 1b2f4fa19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 13 deletions

View file

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