mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add support for Elgato Light Strip (#17668)
* Add support for Elgato Light Strip * Update source/_integrations/elgato.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
bdab800866
commit
4b45ce5e7e
@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Elgato Key Light
|
title: Elgato Light
|
||||||
description: Instructions on how to integrate an Elgato Key Light with Home Assistant.
|
description: Instructions on how to integrate an Elgato Light with Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Light
|
- Light
|
||||||
ha_release: 0.104
|
ha_release: 0.104
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_qa_scale: platinum
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@frenck'
|
- '@frenck'
|
||||||
@ -16,13 +15,18 @@ ha_platforms:
|
|||||||
- light
|
- light
|
||||||
---
|
---
|
||||||
|
|
||||||
The [Elgato Key Light](https://www.elgato.com/en/gaming/key-light) sets the
|
The [Elgato](https://www.elgato.com/) Lights sets the bar for high-end studio
|
||||||
bar for high-end studio lightning. With 80 LEDs, that put out a massive
|
lightning. The LED lights are created and designed specifically for streamers
|
||||||
2500 lumens, and can change the color temperature as well.
|
|
||||||
|
|
||||||
The LED light panel is created specifically, and designed for streamers
|
|
||||||
and content creators, many of whom operate on platforms like YouTube and Twitch.
|
and content creators, many of whom operate on platforms like YouTube and Twitch.
|
||||||
|
|
||||||
|
The following light productions from Elgato have been tested with this
|
||||||
|
integration:
|
||||||
|
|
||||||
|
- [Elgato Key Light](https://www.elgato.com/en/key-light)
|
||||||
|
- [Elgato Key Light Air](https://www.elgato.com/en/key-light-air)
|
||||||
|
- [Elgato Ring Light](https://www.elgato.com/en/ring-light)
|
||||||
|
- [Elgato Light Strip](https://www.elgato.com/en/light-strip)
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
## Lights
|
## Lights
|
||||||
@ -30,13 +34,16 @@ and content creators, many of whom operate on platforms like YouTube and Twitch.
|
|||||||
This integration adds the Key Light device as a light in Home Assistant, and
|
This integration adds the Key Light device as a light in Home Assistant, and
|
||||||
allows you to control the color temperature, brightness, and its on/off state.
|
allows you to control the color temperature, brightness, and its on/off state.
|
||||||
|
|
||||||
|
When using the Elgato Light Strip, color support is automatically detected
|
||||||
|
and enabled in Home Assistant.
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
### Service `elgato.identify`
|
### Service `elgato.identify`
|
||||||
|
|
||||||
The identify service shortly blinks the Elgato light. Originally meant as
|
The identify service shortly blinks the Elgato light. Originally meant as
|
||||||
a way to identify which light you are talking to, it can also be used as
|
a way to identify which light you are talking to; it can also be used as
|
||||||
a service to create a visual notification with.
|
a service to create a visual notification.
|
||||||
|
|
||||||
This service also works when the light is turned off and will turn off the
|
This service also works when the light is turned off and will turn off the
|
||||||
light after the identification sequence has been completed.
|
light after the identification sequence has been completed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user