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