Add battery sensor to Elgato (#26163)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof 2023-02-08 10:26:54 +01:00 committed by GitHub
parent ff666ac3ac
commit 3624e905ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ ha_platforms:
- button - button
- diagnostics - diagnostics
- light - light
- sensor
ha_integration_type: device ha_integration_type: device
--- ---
@ -27,6 +28,7 @@ integration:
- [Elgato Key Light](https://www.elgato.com/en/key-light) - [Elgato Key Light](https://www.elgato.com/en/key-light)
- [Elgato Key Light Air](https://www.elgato.com/en/key-light-air) - [Elgato Key Light Air](https://www.elgato.com/en/key-light-air)
- [Elgato Key Light Mini](https://www.elgato.com/en/key-light-mini)
- [Elgato Ring Light](https://www.elgato.com/en/ring-light) - [Elgato Ring Light](https://www.elgato.com/en/ring-light)
- [Elgato Light Strip](https://www.elgato.com/en/light-strip) - [Elgato Light Strip](https://www.elgato.com/en/light-strip)
@ -40,6 +42,17 @@ allows you to control the color temperature, brightness, and its on/off state.
When using the Elgato Light Strip, color support is automatically detected When using the Elgato Light Strip, color support is automatically detected
and enabled in Home Assistant. 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 (%).
## Services ## Services
### Service `elgato.identify` ### Service `elgato.identify`