core/tests/components/plex
Paulus Schoutsen a4d9019ffc
Refactor persistent notification to no longer route all data via a service (#57157)
* Convert persistent notification tests to async

* Create/dismiss persistent notifications in exposed functions, not service calls

* Fix notify persistent_notification

* Remove setting up persistent_notification

* Drop more setups

* Empty methods

* Undeprecate sync methods because too big task

* Fix setup clearing notifications

* Fix a bunch of tests

* Fix more tests

* Uno mas

* Test persistent notification events

* Clean up stale comment

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-07 12:58:00 +02:00
..
__init__.py
conftest.py Add latest added media as Plex library sensor attribute (#56235) 2021-09-29 17:11:53 -07:00
const.py
helpers.py
mock_classes.py
test_browse_media.py Shorten album titles when browsing artist (#57027) 2021-10-03 21:13:08 -07:00
test_config_flow.py Refactor persistent notification to no longer route all data via a service (#57157) 2021-10-07 12:58:00 +02:00
test_device_handling.py Improve Plex device handling (#48369) 2021-03-31 09:37:16 -07:00
test_init.py Refactor persistent notification to no longer route all data via a service (#57157) 2021-10-07 12:58:00 +02:00
test_media_players.py
test_playback.py
test_sensor.py Add latest added media as Plex library sensor attribute (#56235) 2021-09-29 17:11:53 -07:00
test_server.py
test_services.py