mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Add config flow to color extractor (#29018)
This commit is contained in:
parent
8e461fc637
commit
cee818aecc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user