Elgato Light
The Elgato
The following light productions from Elgato have been tested with this integration:
配置
要将 Elgato Light device 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
Elgato Light 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。
手动配置步骤
如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 Elgato Light。
-
按照屏幕上的说明完成设置。
Lights
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.
When using the Elgato Light Strip, color support is automatically detected and enabled in Home Assistant.
Other entities
Besides the above mentioned light entity, this integration also provides other secondary entities that can be useful for monitoring and controlling your Elgato light.
Sensors
If you have a Key Light Mini, Home Assistant will provide an additional sensor that indicates the level of your battery in percent (%).
Switches
If you have a Key Light Mini, Home Assistant will provide an additional switch that allows the control of the “Studio mode” of your light. When studio mode is enabled, your battery will not be used and bypassed.
Actions
Action elgato.identify
The identify action shortly blinks the Elgato light. Originally meant as a way to identify which light you are talking to; it can also be used as an action to create a visual notification.
This action also works when the light is turned off and will turn off the light after the identification sequence has been completed.
Data attribute | Optional | Description |
---|---|---|
entity_id |
Yes | String or list of Elgato light entity IDs. |
Example automation, in YAML format, that triggers a visual notification when a binary sensor (a doorbell) is triggered:
- alias: "Visual doorbell notification example"
triggers:
- trigger: state
entity_id: binary_sensor.doorbell
to: "on"
actions:
- action: elgato.identify
target:
entity_id: light.elgato_key_light