From 21f064376d390a1450a17377614484fb2d1007f1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 14 Aug 2019 09:30:53 -0700 Subject: [PATCH] Update config_entries_config_flow_handler.md --- docs/config_entries_config_flow_handler.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/config_entries_config_flow_handler.md b/docs/config_entries_config_flow_handler.md index faadb379..ba5e2dd0 100644 --- a/docs/config_entries_config_flow_handler.md +++ b/docs/config_entries_config_flow_handler.md @@ -3,8 +3,6 @@ title: Integration Configuration sidebar_label: Configuration --- -> This option is currently only available for built-in components. - Integrations can be set up via the user interface by adding support for a config config to create a config entry. Components that want to support config entries will need to define a Config Flow Handler. This handler will manage the creation of entries from user input, discovery or other sources (like Hass.io). Config Flow Handlers control the data that is stored in a config entry. This means that there is no need to validate that the config is correct when Home Assistant starts up. It will also prevent breaking changes, because we will be able to migrate configuration entries to new formats if the version changes.