diff --git a/source/_integrations/search.markdown b/source/_integrations/search.markdown new file mode 100644 index 00000000000..7497aa5a5cd --- /dev/null +++ b/source/_integrations/search.markdown @@ -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.