hass-core/tests/components/demo
G Johansson 7862596ef3
Add open state to LockEntity ()
* 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
..
__init__.py
conftest.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_button.py Migrate demo test to use freezegun () 2023-12-13 14:33:59 +01:00
test_calendar.py
test_camera.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_climate.py Allow Humidifier.current_humidity to be a float () 2024-03-27 11:19:20 +01:00
test_cover.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_date.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_datetime.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_fan.py Enable ruff RUF005 and fix occurrences () 2024-03-16 07:37:20 -10:00
test_geo_location.py Run service call tasks eagerly () 2024-03-08 20:37:21 -10:00
test_humidifier.py Allow Humidifier.current_humidity to be a float () 2024-03-27 11:19:20 +01:00
test_init.py Replace pylint broad-except with Ruff BLE001 () 2024-05-07 14:00:27 +02:00
test_light.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_lock.py Add open state to LockEntity () 2024-05-08 20:42:22 +02:00
test_media_player.py Use built-in aiohttp timeout instead of asyncio.timeout in media_player () 2024-04-29 07:38:40 +02:00
test_notify.py Add title feature to notify entity platform () 2024-05-03 11:17:28 +02:00
test_number.py Raise ServiceValidationError on number out of range exception () 2024-04-02 12:22:00 +02:00
test_remote.py Unignore Ruff PLR in tests () 2024-04-01 11:11:59 +02:00
test_select.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_sensor.py Enable Ruff rule PT007 () 2024-03-19 09:01:07 +01:00
test_siren.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_stt.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_switch.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_text.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_time.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_update.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
test_vacuum.py Enable Ruff FLY002 rule () 2024-04-12 09:04:16 +02:00
test_water_heater.py Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
test_weather.py Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00