diff --git a/source/_integrations/search.markdown b/source/_integrations/search.markdown index f27d6df2ee7..c81b823715e 100644 --- a/source/_integrations/search.markdown +++ b/source/_integrations/search.markdown @@ -1,8 +1,10 @@ --- title: Search description: Internal search module for Home Assistant. -ha_category: [] +ha_category: + - Other ha_release: 0.105 +ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: search @@ -16,7 +18,9 @@ This means it can be searched as a graph. This integration allows the internals of Home Assistant to search for relations between things like areas, devices, entities, configuration entries, -scenes, scripts and automations. +[scenes](/integrations/scene/), [scripts](/integrations/script/) and [automations](/integrations/automation/). + +Currently these relations are displayed on the "Related" tab in more info dialogs, and on Device info pages. The search integration is automatically loaded with the Home Assistant frontend and does not need to be configured separately.