From 421cc24761a0b9d1c7d5037924d9403d10a32efb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 1 May 2018 09:00:31 -0400 Subject: [PATCH] Add link to config flow handlers --- docs/config_entries_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_entries_index.md b/docs/config_entries_index.md index 39ab70e7..e9252997 100644 --- a/docs/config_entries_index.md +++ b/docs/config_entries_index.md @@ -3,7 +3,7 @@ title: Config Entries sidebar_label: Introduction --- -Config Entries are configuration data that are persistently stored by Home Assistant. +Config Entries are configuration data that are persistently stored by Home Assistant. A config entry is created by a user via the UI. The UI flow is powered by a [config flow handler](config_entries_config_flow_handler.md) as defined by the component. ## Setting up an entry