core/tests/components/notify
Jan Bouwhuis 84308c9e53
Add title feature to notify entity platform (#116426)
* Add title feature to notify entity platform

* Add overload variants

* Remove overloads, update signatures

* Improve test coverage

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Do not use const

* fix typo

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-05-03 11:17:28 +02:00
..
__init__.py
common.py
conftest.py Add notify entity component (#110950) 2024-04-11 12:04:08 +02:00
test_init.py Add title feature to notify entity platform (#116426) 2024-05-03 11:17:28 +02:00
test_legacy.py Isolate legacy notify tests (#115470) 2024-04-13 10:14:58 +02:00
test_persistent_notification.py