core/tests/components/kitchen_sink
Jan Bouwhuis 10076e6523
Add notify entity component (#110950)
* Add notify entity component

* Device classes, restore state, icons

* Add icons file

* Add tests for kitchen_sink

* Remove notify from no_entity_platforms in hassfest icons, translation link

* ruff

* Remove `data` feature

* Only message support

* Complete initial device classes

* mypy pylint

* Remove device_class implementation

* format

* Follow up comments

* Remove _attr_supported_features

* Use setup_test_component_platform

* User helper at other places

* last comment

* Add entry unload test and non async test

* Avoid default mutable object in constructor
2024-04-11 12:04:08 +02:00
..
snapshots Add State.last_reported (#113511) 2024-03-20 21:05:07 +01:00
__init__.py
test_button.py Allow translating device names (#110711) 2024-02-28 15:59:59 +01:00
test_config_flow.py Use is in enum comparison in config flow tests K-O (#114672) 2024-04-02 11:21:42 -10:00
test_image.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_init.py Add empty line after module docstring (2) [tests.components] (#112737) 2024-03-08 19:16:21 +01:00
test_lawn_mower.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_lock.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_notify.py Add notify entity component (#110950) 2024-04-11 12:04:08 +02:00
test_sensor.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_switch.py Add power strip with 2 outlets to kitchen_sink (#110346) 2024-02-12 20:00:13 +01:00