HomeAssistant Azure
19241f421b
[ci skip] Translation update
2019-12-02 00:32:37 +00:00
jjlawren
6a02c6540e
Stop Plex config flow imports where more user input needed ( #29241 )
...
* Abort imports that require user interaction, update logs and tests
* Disable lint
2019-11-30 22:07:12 -08:00
jjlawren
9c9e9bc92a
Bump plexwebsocket to 0.0.6 ( #29175 )
2019-11-27 22:40:08 -08:00
jjlawren
88441d5f68
Reduce connection timeout to avoid config flow timeouts ( #29172 )
2019-11-27 14:14:01 -08:00
Ville Skyttä
99c7608fb4
Lint config cleanups ( #28864 )
...
* Remove bunch of unneeded lint exclusions
* Use symbolic names instead of identifiers in pylint disables
* Tighten scope of some pylint disables
2019-11-25 22:40:08 -08:00
jjlawren
2c00a9ec68
Fix Plex setup race condition v2 ( #28943 )
...
* Connect websocket when platforms ready, not when HA is ready
* Use callbacks from platform setup tasks instead
* Convert setup to async
* Apply suggestions from code review
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
2019-11-23 09:16:21 -06:00
HomeAssistant Azure
1968a88336
[ci skip] Translation update
2019-11-22 00:32:10 +00:00
jjlawren
a62bd97fa5
Delay Plex websocket connection to avoid race ( #28934 )
2019-11-21 12:39:24 -08:00
jjlawren
5f177fa42e
Use library method for season number ( #28708 )
2019-11-12 10:05:30 -06:00
jjlawren
87606bc12b
Bump plexapi to 3.3.0 ( #28709 )
...
* Bump plexapi to 3.2.0
* Bump to 3.3.0
2019-11-11 19:30:07 -08:00
jjlawren
cfcacc2827
Bump plexwebsocket to 0.0.5 ( #28703 )
2019-11-11 19:26:56 +01:00
jjlawren
206547a5d8
Skip updating idle Plex clients ( #28664 )
...
* Skip updating idle clients
* Different operators
2019-11-10 11:35:12 +01:00
jjlawren
ef687a36ff
Add Plex debug logging ( #28665 )
2019-11-09 17:02:56 -06:00
jjlawren
2bdfa9928b
Allow to skip SSL validation on Plex websocket ( #28615 )
2019-11-07 21:54:48 +01:00
HomeAssistant Azure
4863face69
[ci skip] Translation update
2019-11-02 00:31:48 +00:00
jjlawren
21d48218aa
Use server-specific unique_ids for Plex media_players ( #28447 )
2019-11-01 22:41:26 +01:00
HomeAssistant Azure
e700384cce
[ci skip] Translation update
2019-10-30 00:32:11 +00:00
HomeAssistant Azure
0e4331e922
[ci skip] Translation update
2019-10-29 00:32:16 +00:00
jjlawren
31dd69196c
Bump library to 0.0.3 ( #28294 )
2019-10-28 10:39:37 -07:00
jjlawren
43c7b57d1e
Update Plex via websockets ( #28158 )
...
* Save client identifier from auth for future use
* Use websocket events to update Plex
* Handle websocket disconnections
* Use aiohttp, shut down socket cleanly
* Bad rebase fix
* Don't connect websocket during config_flow validation, fix tests
* Move websocket handling to external library
* Close websocket session on HA stop
* Use external library, revert unnecessary test change
* Async & lint fixes
* Clean up websocket stopper on entry unload
* Setup websocket in component, pass actual needed object to library
2019-10-25 18:37:50 +02:00
HomeAssistant Azure
95295791bd
[ci skip] Translation update
2019-10-25 00:32:15 +00:00
jjlawren
a644182b5e
Save client identifier from Plex auth for future use ( #27951 )
...
* Save client identifier from auth for future use
* Bump requirements
* Stick with version 1
2019-10-22 23:32:57 -07:00
HomeAssistant Azure
2cc039dbc4
[ci skip] Translation update
2019-10-22 00:32:10 +00:00
jjlawren
d1fcc5762b
Make dispatch signals unique per server ( #28029 )
2019-10-21 10:44:07 +02:00
jjlawren
eeb1bfc6f5
Central update for Plex platforms ( #27764 )
...
* Update Plex platforms together
* Remove unnecessary methods
* Overhaul of Plex update logic
* Apply suggestions from code review
Use set instead of list
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Review suggestions and cleanup
* Fixes, remove sensor throttle
* Guarantee entity name, use common scheme
* Keep name stable once set
2019-10-19 23:31:15 +02:00
HomeAssistant Azure
9e8c391c81
[ci skip] Translation update
2019-10-19 00:32:15 +00:00
jjlawren
0888098718
Use URI provided by Plex for local connections ( #27515 )
...
* Use provided URI for local connections
* Use provided plexapi connection method
* Remove unused mock from tests
* Handle potential edge case(s)
2019-10-17 17:31:53 -07:00
HomeAssistant Azure
b8e00925e7
[ci skip] Translation update
2019-10-16 00:32:17 +00:00
HomeAssistant Azure
d8e3255603
[ci skip] Translation update
2019-10-15 00:31:44 +00:00
HomeAssistant Azure
b37f0ad812
[ci skip] Translation update
2019-10-14 00:32:27 +00:00
HomeAssistant Azure
78a08d0425
[ci skip] Translation update
2019-10-12 00:31:47 +00:00
HomeAssistant Azure
4c71c6df6f
[ci skip] Translation update
2019-10-11 00:31:40 +00:00
HomeAssistant Azure
762a714d87
[ci skip] Translation update
2019-10-10 00:31:40 +00:00
HomeAssistant Azure
768bb00177
[ci skip] Translation update
2019-10-09 00:32:17 +00:00
jjlawren
df8bf51598
Fix single Plex server case ( #27326 )
2019-10-08 08:54:01 -07:00
HomeAssistant Azure
1087abd3b5
[ci skip] Translation update
2019-10-08 00:32:12 +00:00
jjlawren
a3c98440e0
Remove manual config flow step ( #27291 )
2019-10-07 11:29:12 -07:00
jjlawren
0915d927df
Fix Plex media_player.play_media service ( #27278 )
...
* First attempt to fix play_media
* More changes to media playback
* Use playqueues, clean up play_media
* Use similar function name, add docstring
2019-10-06 21:02:58 -07:00
HomeAssistant Azure
073bdd672a
[ci skip] Translation update
2019-10-07 00:32:19 +00:00
HomeAssistant Azure
2c6a869bc6
[ci skip] Translation update
2019-10-06 00:32:15 +00:00
HomeAssistant Azure
7e7868f0a6
[ci skip] Translation update
2019-10-05 00:32:19 +00:00
HomeAssistant Azure
85947591c5
[ci skip] Translation update
2019-10-04 00:32:16 +00:00
HomeAssistant Azure
e005f6f23a
[ci skip] Translation update
2019-10-03 00:34:28 +00:00
jjlawren
30245f6874
Fix error on failed Plex setup ( #27132 )
2019-10-02 15:51:18 -07:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
HomeAssistant Azure
2090d650c6
[ci skip] Translation update
2019-10-02 00:32:11 +00:00
jjlawren
e033c46c91
Add missing http dependency ( #27097 )
2019-10-01 14:26:33 -07:00
jjlawren
571ab5a978
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
2019-10-01 17:20:30 +02:00
HomeAssistant Azure
513d2652e4
[ci skip] Translation update
2019-10-01 00:32:19 +00:00
HomeAssistant Azure
cdb469f711
[ci skip] Translation update
2019-09-30 00:32:17 +00:00