core/tests/components/smartthings
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
test_binary_sensor.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02:00
test_climate.py
test_config_flow.py Use HTTPStatus instead of HTTP_* constants in various test mocks (#56543) 2021-10-01 15:52:45 -07:00
test_cover.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02:00
test_fan.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02: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_light.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02:00
test_lock.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02:00
test_scene.py Do not attempt to unload non loaded config entries (#51356) 2021-06-02 10:00:24 +02:00
test_sensor.py Fix unique_id conflict in smarttthings (#55235) 2021-08-26 13:43:26 -07:00
test_smartapp.py
test_switch.py Extract smartthings switch energy attributes into sensors (#53719) 2021-07-29 21:50:02 -07:00