From 6d97e4d7df9c563838113341935d992a5a1b5b81 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Wed, 20 Mar 2019 05:59:03 -0700 Subject: [PATCH] Fix typo in lifecycle (#203) Signed-off-by: Alan Tse --- 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 804ee228..f9f4b29c 100644 --- a/docs/config_entries_index.md +++ b/docs/config_entries_index.md @@ -5,7 +5,7 @@ sidebar_label: Introduction 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. Config entries can also have an extra [options flow handler](config_entries_options_flow_handler.md), also defined by the component. -## Lifeceycle +## Lifecycle | State | Description | | ----- | ----------- |