mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16: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_domain: color_extractor
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@GenericStudent'
|
- '@GenericStudent'
|
||||||
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
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.
|
Useful as part of an automation.
|
||||||
|
|
||||||
## Configuration
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
To enable the `color_extractor` service in your installation, add the following to your `configuration.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
color_extractor:
|
|
||||||
```
|
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user