-
- Downloads
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
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- homeassistant/components/plex/__init__.py 34 additions, 11 deletionshomeassistant/components/plex/__init__.py
- homeassistant/components/plex/const.py 2 additions, 1 deletionhomeassistant/components/plex/const.py
- homeassistant/components/plex/manifest.json 2 additions, 1 deletionhomeassistant/components/plex/manifest.json
- homeassistant/components/plex/server.py 7 additions, 0 deletionshomeassistant/components/plex/server.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
Loading
Please register or sign in to comment