core/tests/components/kitchen_sink
G Johansson 7862596ef3
Add `open` state to LockEntity (#111968)
* Add `open` state to LockEntity

* Add tests

* Fixes

* Fix tests

* strings and icons

* Adjust demo open lock

* Fix lock and tests

* fix import

* Fix strings

* mute ruff

* Change sequence

* Sequence2

* Group on states

* Fix ruff

* Fix tests

* Add more test cases

* Sorting
2024-05-08 20:42:22 +02:00
..
snapshots Add State.last_reported (#113511) 2024-03-20 21:05:07 +01:00
__init__.py
test_button.py
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 `open` state to LockEntity (#111968) 2024-05-08 20:42:22 +02: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