Plex external config flow (#26936)

* Plex external auth config flow

* Update requirements_all

* Test dependency

* Bad await, delay variable

* Use hass aiohttp session, bump plexauth

* Bump requirements

* Bump library version again

* Use callback view instead of polling

* Update tests for callback view

* Reduce timeout with callback

* Review feedback

* F-string

* Wrap sync call

* Unused

* Revert unnecessary async wrap
This commit is contained in:
jjlawren 2019-10-01 10:20:30 -05:00 committed by Martin Hjelmare
parent c1851a2d94
commit 571ab5a978
10 changed files with 267 additions and 77 deletions

View file

@ -113,6 +113,7 @@ TEST_REQUIREMENTS = (
"pilight",
"pillow",
"plexapi",
"plexauth",
"pmsensor",
"prometheus_client",
"ptvsd",