- OpenRGB installed.
- Its SDK Server component enabled.
- No firewall blocking the connection between Home Assistant and OpenRGB.
- For example, make sure your Ethernet or Wi-Fi network connection is set as Private in Windows.
The easiest install is via HACS:
- Click the button above, and install this integration via HACS.
- Restart Home Assistant.
Then click the button below to configure the integration in your Home Assistant instance:
This integration can only be configuration through the UI (Configuration -> Devices & services), and the options below can be configured when the integration is added.
| key | default | required | description |
|---|---|---|---|
| host | localhost | yes | The host or IP where OpenRGB is running |
| port | 6742 | yes | The port on which the Server SDK is listening |
| client_id | Home Assistant | no | The Client ID that will be displayed in OpenRGB |
- This custom component is a follow-up to home-assistant/core#38309 by @bahorn, which didn't make it to HA Core.
- This integration uses openrgb-python, by @jath03.