Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/_integrations/openrgb.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Comment thread
felipecrs marked this conversation as resolved.
Expand All @@ -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

Expand Down