From ef9cb36075be32ce3b7a719ce2161246ee1cc64d Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Sat, 10 Oct 2020 07:58:27 -0400 Subject: [PATCH] Update Search integration page (#15148) Adds some info that was missing here - ha_quality_scale (internal), ha_category (other). Crosslinked some of the integrations mentioned. Also added a sentence on where this information is currently displayed. --- source/_integrations/search.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.