Thanks to visit codestin.com
Credit goes to github.com

Skip to content

openrgb-ha/openrgb-ha

Repository files navigation

OpenRGB integration for Home Assistant

Pre-requisites

  1. OpenRGB installed.
  2. Its SDK Server component enabled.
  3. No firewall blocking the connection between Home Assistant and OpenRGB.
    1. For example, make sure your Ethernet or Wi-Fi network connection is set as Private in Windows.

Installation

The easiest install is via HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

  1. Click the button above, and install this integration via HACS.
  2. Restart Home Assistant.

Then click the button below to configure the integration in your Home Assistant instance:

Open your Home Assistant instance and start setting up a new integration.

Configuration

Options

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

Credits