Commit graph

41 commits

Author SHA1 Message Date
Jan-Philipp Benecke
8d6d70d6b5
Use setup_test_component_platform helper for select entity component tests instead of hass.components ()
* Use `setup_test_component_platform` helper for select entity component tests instead of `hass.components`

* Use _values instead of _attr_current_option

* Clean up

* Set default current_option for second mock entity

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-29 14:36:33 +01: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
32f3f46542
Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Marc Mueller
7d6251ca08
Add empty line after module docstring [tests q-s] () 2024-03-08 14:47:22 +01:00
Jan Bouwhuis
c7eab49c70
Raise ServiceValidationError on invalid select option ()
* Raise ServiceValidationError on invalid select option

* Fix tests

* Correct place holders

* More test fixes
2023-12-27 09:45:55 +01:00
Erik Montnemery
626123acc0
Use real devices in select device trigger tests () 2023-10-25 06:13:00 +02:00
Erik Montnemery
69ce85d5af
Use real devices in select device action tests () 2023-10-24 23:38:19 +02:00
Erik Montnemery
ff60a8072e
Use real devices in select device condition tests () 2023-10-24 23:37:16 +02:00
Erik Montnemery
4efe217d9b
Use entity registry id in select device actions () 2023-06-26 22:29:14 +02:00
Erik Montnemery
eb7ad2eb09
Use entity registry id in select device conditions () 2023-06-26 20:30:29 +02:00
Erik Montnemery
af97857c87
Teach select device trigger about entity registry ids () 2023-06-21 14:51:39 +02:00
Erik Montnemery
eba04824a4
Replace assert_lists_same with pytest_unordered in integrations n-s () 2023-06-20 20:23:14 +02:00
Erik Montnemery
9a3077d64a
Always setup demo platforms with device support from config entry ()
* Always setup demo platforms with device support from config entry

* Adjust test fixutres

* Update tests depending on the demo integration
2023-06-14 16:50:35 +02:00
Erik Montnemery
e3c16e634b
Allow exposing entities not in the entity registry to assistants () 2023-05-02 22:08:09 +02:00
J. Nick Koston
d0d4ab6056
Require a list of entity ids when fetching history () 2023-04-08 16:14:44 -10:00
J. Nick Koston
1c57339ec3
Refactor recorder tests to use recorder history API () 2023-03-11 21:51:16 -05:00
Erik Montnemery
9989a4787b
Fix recorder platform tests () 2023-02-17 08:22:15 -06: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
Franck Nijhof
1409b89af3
Sync input_select & select () 2023-02-03 15:43:17 +01:00
Yuval Aboulafia
3149c52be1
Fix F602 key repeated () 2022-12-27 11:07:10 +01:00
Erik Montnemery
31a787558f
Ensure recorder test fixture is setup before hass fixture ()
* Ensure recorder test fixture is setup before hass fixture

* Adjust more tests
2022-10-19 07:58:47 +02:00
Erik Montnemery
5f2b4001f3
Separate recorder database schema from other classes ()
* Separate recorder database schema from other classes

* fix logbook imports

* migrate new tests

* few more

* last one

* fix merge

Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-07 14:41:43 +02:00
Erik Montnemery
28ebab9c5a
Simplify waiting for recorder in tests () 2022-04-25 12:04:47 +02:00
Erik Montnemery
982e314de6
Use recorder_mock in tests ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-22 19:29:44 -10: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
Erik Montnemery
150f173eed
Mark device conditions from hidden or auxiliary entities as secondary () 2022-04-20 21:41:59 +02:00
Erik Montnemery
64381acbaf
Mark device actions from hidden or auxiliary entities as secondary () 2022-04-20 10:48:46 -07:00
J. Nick Koston
198f4a12f0
Exclude static select attributes from being recorded in the database () 2022-04-03 17:17:55 +02:00
Franck Nijhof
8aff8d89d2
Clean up async_reproduce_state helper usage () 2022-03-24 14:40:54 +01:00
Ville Skyttä
ea58432721
Use DeviceAutomationType in tests/components/[s-z]* () 2021-12-21 11:56:00 +01:00
Jan Bouwhuis
8299d0a7c3
Validate Select option before calling entity method ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-04 11:12:42 +02: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
Franck Nijhof
87a43eacb7
Add device action support to Select entity () 2021-06-18 11:40:29 -07:00
Franck Nijhof
06edc731c5
Add significant change support to select entity () 2021-06-18 11:31:09 -07:00
Franck Nijhof
98a53188f8
Add reproduce state to select entity () 2021-06-18 11:30:40 -07:00
Franck Nijhof
c1cfbcc4e3
Add device trigger support to Select entity () 2021-06-18 10:01:32 -07:00
Franck Nijhof
054ca1d7ec
Add Select entity component platform ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-06-18 11:51:55 +02:00