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.
This commit is contained in:
Sean Mooney 2020-10-10 07:58:27 -04:00 committed by GitHub
parent dad4a22e4f
commit ef9cb36075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.