Add config flow to color extractor (#29018)

This commit is contained in:
Joost Lekkerkerker 2023-09-27 11:02:18 +02:00 committed by GitHub
parent 8e461fc637
commit cee818aecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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