Update config_entries_options_flow_handler.md (#340)

This commit is contained in:
THATDONFC 2019-10-30 01:03:47 -07:00 committed by Fabian Affolter
parent 9a845a2ee9
commit 187dca8491

View File

@ -5,7 +5,7 @@ sidebar_label: Configuration Options
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.
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 an Options Flow Handler.
## Options support