Erik Montnemery and GitHub
72b68cbe2a
Teach the search integration about composite devices ( #176978 )
2026-07-21 15:51:24 +02:00
2395296739
Extract entities from device triggers and device actions ( #175454 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-09 19:19:00 +02:00
Franck Nijhof and GitHub
050065ae70
Add integration item type support to search ( #175450 )
2026-07-08 03:05:27 -04:00
Franck Nijhof and GitHub
72c3f90df4
Include referenced labels when searching automations and scripts ( #175459 )
2026-07-08 03:00:17 -04:00
Franck Nijhof and GitHub
02aaf56dc1
Resolve up labeled areas, devices and entities in search ( #175464 )
2026-07-03 18:26:49 +02:00
Franck Nijhof and GitHub
0a9534a927
Resolve person member entities in search ( #175462 )
2026-07-03 18:05:43 +02:00
Franck Nijhof and GitHub
92cc2fc650
Classify scene, script and group entities in device and config entry search ( #175461 )
2026-07-03 17:58:19 +02:00
epenet and GitHub
26d56b8218
Use DOMAIN constant in test (async_setup_component o-z) ( #173018 )
2026-06-06 12:14:46 -07:00
Martin Hjelmare and GitHub
2871b87344
Revert "Include indirect automation references in device view ( #167719 )" ( #169471 )
2026-04-29 15:15:50 +01:00
norkudev and GitHub
1c5e020344
Include indirect automation references in device view ( #167719 )
2026-04-10 01:56:37 +02:00
Erik Montnemery and GitHub
deefcbcbe4
Remove stub_blueprint_populate test fixture ( #161288 )
2026-01-20 15:46:06 +01:00
9dfabc3fb7
Adjust automation to plural triggers/conditions/actions keys ( #123823 )
...
* Adjust automation to plural triggers/conditions/actions keys
* Fix some tests
* Adjust websocket tests
* Fix search tests
* Convert blueprint and blueprint inputs to modern schema
* Pass schema when creating Blueprint object
* Update tests
* Adjust websocket api
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
Co-authored-by: Erik <erik@montnemery.com >
2024-09-24 20:03:23 +02:00
Franck Nijhof and GitHub
726fcb485d
Extend search with support for integrations ( #121765 )
2024-07-12 16:31:49 +02:00
Franck Nijhof and GitHub
3df03f5be5
Fix area search for entities of devices ( #114394 )
2024-03-28 16:57:29 +01:00
dd2d79b77e
Refactor/fix search component, including labels & floors support ( #114206 )
...
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com >
Co-authored-by: Robert Resch <robert@resch.dev >
2024-03-27 09:39:05 +01:00
Marc Mueller and GitHub
32f3f46542
Add empty line after module docstring (2) [tests.components] ( #112737 )
2024-03-08 19:16:21 +01:00
Erik Montnemery and GitHub
51576b7214
Improve typing of entity.entity_sources ( #99407 )
...
* Improve typing of entity.entity_sources
* Calculate entity info source when generating WS response
* Adjust typing
* Update tests
2023-09-12 20:41:26 +02:00
Erik Montnemery and GitHub
d05d67414a
Teach search about blueprints ( #78535 )
2023-05-30 15:04:35 +02:00
Jan Bouwhuis and GitHub
ec98e22330
Add type hints for stub_blueprint_populate fixture ( #93568 )
...
Add typehints for stub_blueprint_populate fixture
2023-05-26 08:13:13 +02:00
Erik Montnemery and GitHub
3cca338c6e
Improve blueprint test fixtures ( #93519 )
2023-05-25 13:45:19 +02:00
epenet and GitHub
80ee196fd8
Add type hints to integration tests (part 19) ( #88178 )
2023-02-15 18:07:40 +01:00
Franck Nijhof and GitHub
6551eb168d
Add common area, device, entity and issue registry test fixtures ( #87694 )
2023-02-08 16:28:44 +01:00
Erik Montnemery and GitHub
18033532ca
Fix search throwing on templated services ( #79637 )
2022-10-05 10:59:18 +03:00
Paulus Schoutsen and GitHub
7d9ae0784e
Allow searching for person ( #77339 )
2022-08-29 19:59:00 +02:00
34a44b9bec
Use entity sources to find related entities in Search ( #51966 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-19 13:25:26 +02:00
d1a1e70726
Search for areas used in automations and scripts ( #48499 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-30 15:01:56 -07:00
Erik Montnemery and GitHub
ba2978c693
Update tests p-s to use async_get() instead of async_get_registry() ( #47654 )
2021-03-09 14:28:32 +01:00
Ville Skyttä and GitHub
dc880118a4
Lint suppression cleanups ( #47248 )
...
* Unused pylint suppression cleanups
* Remove outdated pylint bug references
* Add flake8-noqa config and note to run it every now and then
* Add codes to noqa's
* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
b3be708db6
Add default config if not there ( #43321 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2020-11-25 15:10:04 +01:00
Paulus Schoutsen and GitHub
67680bcfa8
Automation device/entity extraction to include triggers + conditions ( #31474 )
...
* Add support for extracting triggers
* Add support for extracting triggers
* Fix test
2020-02-05 16:52:21 +01:00
Paulus Schoutsen and GitHub
424e15c7a7
Find related items scripts/automations ( #31293 )
...
* Find related items scripts/automations
* Update manifest
2020-01-29 16:19:13 -08:00
Paulus Schoutsen and GitHub
881437c085
Catch error when searching for scenes or automations ( #31288 )
2020-01-29 14:46:48 -08:00
Paulus Schoutsen and GitHub
3348f4f6d1
Add search integration ( #30511 )
...
* Add search integration
* Add scenes and config entry support
* Update comments
* Add support for groups
* Allow querying config entry
* Update manifest
* Fix scene tests
2020-01-10 19:57:37 +01:00