From e50669add1f79b04f75af185ef6a01aff26d1e17 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 14 Aug 2019 09:30:49 -0700 Subject: [PATCH] Update config_entries_options_flow_handler.md --- docs/config_entries_options_flow_handler.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/config_entries_options_flow_handler.md b/docs/config_entries_options_flow_handler.md index 581b74ab..08ee9e2d 100644 --- a/docs/config_entries_options_flow_handler.md +++ b/docs/config_entries_options_flow_handler.md @@ -3,8 +3,6 @@ title: Integration Configuration Options sidebar_label: Configuration Options --- -> This option is currently only available for built-in components. - An integration that is configured via a config entry can expose options to the user to allow tweaking behavior of the integration, like which devices or locations should be integrated. Config Entry Options uses the [Data Flow Entry framework](data_entry_flow_index.md) to allow users to update a config entries options. Components that want to support config entry options will need to define a Options Flow Handler.