diff --git a/source/_integrations/openrgb.markdown b/source/_integrations/openrgb.markdown index 41e52f9f6610..5c95a2836a13 100644 --- a/source/_integrations/openrgb.markdown +++ b/source/_integrations/openrgb.markdown @@ -53,6 +53,10 @@ The OpenRGB integration provides the following entities: For each RGB device connected to OpenRGB, the integration creates a light entity to control all the LEDs on that device as a single unit. +### Select + +For each OpenRGB server device, a select entity is created that allows selecting the profiles configured in the OpenRGB application. + ## Data updates The **OpenRGB** integration {% term polling polls %} data from the OpenRGB SDK server **every 15 seconds**. @@ -71,7 +75,8 @@ The integration will then reconnect to the OpenRGB SDK server with the new setti ## Known limitations - Changes made directly in the OpenRGB application may not be immediately reflected in Home Assistant (the integration polls for updates every 15 seconds). -- Some OpenRGB features like per-zone and per-LED control are not yet supported through Home Assistant +- Some OpenRGB features like per-zone and per-LED control are not yet supported through Home Assistant. +- The profile select entity cannot be used to determine which profile is currently active as this information is not [currently](https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/5178) provided by the OpenRGB SDK server. ## Troubleshooting