koying / openrgb_ha

OpenRGB integration for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenRGB integration for Home Assistant

Changelog

2.3

  • Add Brazilian language (thanks @LeandroIssa)
  • Fix brightness (thanks @ThanhCN0)

2.2 [Breaking]

  • Fix multiple instances

2.1

  • Allow multiple instances (fixes #11)

2.0

  • Add support for individual LED control (thanks @FeikoJoosten)

1.0

  • Initial release

Pre-requistes

  1. OpenRGB installed
  2. Its "SDK Server" component enabled

Installation

HACS

  1. Launch HACS
  2. Navigate to the Integrations section
  3. "+ Explore & Add Repositories" button in the bottom-right
  4. Search for "OpenRGB"
  5. Select "Install this repository"
  6. Restart Home Assistant

Home Assistant

  1. Go to the integrations page
  2. Click on the "Add Integration" button at the bottom-right
  3. Search for the "OpenRGB" integration
  4. Select the OpenRGB integration

Configuration

Options

This integration can only be configuration through the UI (Configuration->Integrations), and the options below can be configured when the integration is added.

key default required description
host localhost yes The host 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

  • 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

About

OpenRGB integration for Home Assistant


Languages

Language:Python 100.0%