core/tests/components/recorder
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
common.py HomeAssistantType —> HomeAssistant for Integrations p* - s* (#49558) 2021-04-22 19:58:02 +02:00
conftest.py Add 5-minute statistics for sensors (#56006) 2021-09-16 10:57:15 +02:00
models_original.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
test_history.py Optimize _get_states_with_session (#56734) 2021-09-29 17:08:27 +02:00
test_init.py Add 5-minute statistics for sensors (#56006) 2021-09-16 10:57:15 +02:00
test_migrate.py Refactor persistent notification to no longer route all data via a service (#57157) 2021-10-07 12:58:00 +02:00
test_models.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
test_pool.py Use StaticPool for recorder and NullPool for all other threads with sqlite3 (#49693) 2021-04-26 19:20:31 -10:00
test_purge.py Evict purged states from recorder's old_state cache (#56877) 2021-10-04 08:21:40 -07:00
test_statistics.py Remove automatic splitting of net meters from statistics (#56772) 2021-09-29 17:20:17 +02:00
test_util.py Add WS API for removing statistics for a list of statistic_ids (#55078) 2021-09-27 23:30:13 +02:00
test_websocket_api.py Improve sensor statistics validation (#56892) 2021-10-04 09:47:44 -07:00