From cee818aecc5439a91e542c2c338300e23fb97e7a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 27 Sep 2023 11:02:18 +0200 Subject: [PATCH] Add config flow to color extractor (#29018) --- source/_integrations/color_extractor.markdown | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/source/_integrations/color_extractor.markdown b/source/_integrations/color_extractor.markdown index cdebda20b26..172ca2b77da 100644 --- a/source/_integrations/color_extractor.markdown +++ b/source/_integrations/color_extractor.markdown @@ -7,20 +7,14 @@ ha_category: ha_domain: color_extractor ha_codeowners: - '@GenericStudent' +ha_config_flow: true ha_integration_type: integration --- -The `color_extractor` integration will extract the predominant color from a given image and apply that color to a target light. +The color extractor integration will extract the predominant color from a given image and apply that color to a target light. Useful as part of an automation. -## Configuration - -To enable the `color_extractor` service in your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -color_extractor: -``` +{% include integrations/config_flow.md %} ## Services