-
- Downloads
Debounce calls to Plex server (#33560)
* Debounce calls to Plex server * Simplify debounce by recommendation * Update tests to handle debounce * Test debouncer, fix & optimize tests * Use property instead
Showing
- homeassistant/components/plex/const.py 1 addition, 0 deletionshomeassistant/components/plex/const.py
- homeassistant/components/plex/server.py 33 additions, 4 deletionshomeassistant/components/plex/server.py
- tests/components/plex/common.py 20 additions, 0 deletionstests/components/plex/common.py
- tests/components/plex/test_config_flow.py 2 additions, 4 deletionstests/components/plex/test_config_flow.py
- tests/components/plex/test_init.py 18 additions, 18 deletionstests/components/plex/test_init.py
- tests/components/plex/test_server.py 46 additions, 9 deletionstests/components/plex/test_server.py
Loading
Please register or sign in to comment