Add manual config flow for Plex (#34476)

This commit is contained in:
jjlawren 2020-05-05 17:42:21 -05:00 committed by GitHub
parent a330eba61c
commit 740d9c575e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 328 additions and 38 deletions

View file

@ -39,3 +39,6 @@ X_PLEX_DEVICE_NAME = "Home Assistant"
X_PLEX_PLATFORM = "Home Assistant"
X_PLEX_PRODUCT = "Home Assistant"
X_PLEX_VERSION = __version__
AUTOMATIC_SETUP_STRING = "Obtain a new token from plex.tv"
MANUAL_SETUP_STRING = "Configure Plex server manually"