Adds search integration documentation (#11978)

This commit is contained in:
Franck Nijhof 2020-02-05 14:36:20 +01:00
parent f3f7b6569b
commit ddd933e24e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -0,0 +1,21 @@
---
title: Search
description: Internal search module for Home Assistant.
ha_category: []
ha_release: 0.105
logo: home-assistant.png
ha_quality_scale: internal
---
The `search` integration is an internally used integration by the
Home Assistant Core.
All data stored in Home Assistant is interconnected, making it a graph.
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.
The search integration is automatically loaded with the Home Assistant frontend
and does not need to be configured separately.