Update config_entries_config_flow_handler.md

This commit is contained in:
Paulus Schoutsen 2019-08-14 09:30:53 -07:00 committed by GitHub
parent e50669add1
commit 21f064376d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.