1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-17 11:37:05 +00:00

15 Commits

Author SHA1 Message Date
epenet
22f5f59478
Use service_calls fixture in core platform tests [m-z] () 2024-07-02 12:34:11 +02:00
epenet
abb8c58b87
Fix consider-using-tuple pylint warnings in core tests () 2024-06-12 12:35:01 +02:00
Sid
00ec7f11f0
Enable Ruff rule PT007 ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-03-19 09:01:07 +01:00
Marc Mueller
7d6251ca08
Add empty line after module docstring [tests q-s] () 2024-03-08 14:47:22 +01:00
Erik Montnemery
ff60a8072e
Use real devices in select device condition tests () 2023-10-24 23:37:16 +02:00
Erik Montnemery
eb7ad2eb09
Use entity registry id in select device conditions () 2023-06-26 20:30:29 +02:00
Erik Montnemery
eba04824a4
Replace assert_lists_same with pytest_unordered in integrations n-s () 2023-06-20 20:23:14 +02:00
epenet
80ee196fd8
Add type hints to integration tests (part 19) () 2023-02-15 18:07:40 +01: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
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Franck Nijhof
51a9f65a01
Clean up unnecessary registry mocks from Core tests () 2023-02-08 13:28:44 -06:00
Erik Montnemery
150f173eed
Mark device conditions from hidden or auxiliary entities as secondary () 2022-04-20 21:41:59 +02:00
Ville Skyttä
ea58432721
Use DeviceAutomationType in tests/components/[s-z]* () 2021-12-21 11:56:00 +01:00
Erik Montnemery
b916247e8e
Improve editing of device automation referring non added select entity ()
* Improve editing of device automation referring non added select entity

* Update tests
2021-06-21 14:49:51 +02:00
Franck Nijhof
23222589dd
Add device condition support to Select entity () 2021-06-18 23:31:08 +02:00