From 6d6783cd226251ad06fabc6e31223bf55ac0124c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 28 Apr 2018 21:50:47 -0400 Subject: [PATCH] data entry now called introduction in sidebar --- docs/data_entry_flow_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data_entry_flow_index.md b/docs/data_entry_flow_index.md index 4834447e..c3bd9740 100644 --- a/docs/data_entry_flow_index.md +++ b/docs/data_entry_flow_index.md @@ -1,5 +1,6 @@ --- title: Data Entry Flow +sidebar_label: Introduction --- Data Entry Flow is a data entry framework that is part of Home Assistant. Data entry is done via data entry flows. A flow can represent a simple login form or a multi-step setup wizard for a component. A Flow Manager is managing all flows that are in progress and handles creation of new flows.