1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-14 07:50:01 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Sid
d5f883fbf0 Unignore Ruff PLR in tests ()
* Unignore Ruff PLR in tests

* Address review comments

* review comments

* fix import

* Update test_api.py

* Update test_api.py

* Update test_api.py
2024-04-01 11:11:59 +02:00
Joost Lekkerkerker
e6a692f354 Improve lists in integrations [N-O] () 2024-03-13 21:51:38 +01:00
Marc Mueller
32f3f46542 Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Erik Montnemery
7539cf25be Don't require passing identifiers to DeviceRegistry.async_get_device ()
* Require keyword arguments to DeviceRegistry.async_get_device

* Update tests

* Update tests

* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
Erik Montnemery
7f0be78ebb Teach netatmo device trigger about entity registry ids () 2023-06-21 14:51:24 +02:00
Erik Montnemery
eba04824a4 Replace assert_lists_same with pytest_unordered in integrations n-s () 2023-06-20 20:23:14 +02:00
Franck Nijhof
ed79265843 Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
50cbabb2d8 Add type hints to integration tests (part 15) () 2023-02-15 10:00:49 +01:00
Franck Nijhof
330e1c6cbb Clean up unnecessary registry mocks from integration tests () 2023-02-09 10:43:45 +01:00
Tobias Sauerwein
aa58d7fbd6 Fix Netatmo device trigger () 2022-10-10 22:04:41 +02:00
Tobias Sauerwein
81abeac83e Netatmo refactor to use pyatmo 7.0.1 () ()
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2022-09-25 21:55:58 -04:00
Erik Montnemery
5e50a8abd5 Mark device triggers from hidden or auxiliary entities as secondary ()
* Mark device triggers from hidden or auxiliary entities as secondary

* Update tests
2022-04-21 08:01:32 +02:00
Ville Skyttä
f913961d63 Use DeviceAutomationType in tests/components/[m-r]* () 2021-12-20 22:29:22 +01:00
Tobias Sauerwein
722b1e8746 Add Netatmo device trigger ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-02-24 19:20:40 +01:00