OpenRGB integration for Home Assistant
Changelog
2.3
- Add Brazilian language (thanks @LeandroIssa)
- Fix brightness (thanks @ThanhCN0)
2.2 [Breaking]
2.1
- Allow multiple instances (fixes #11)
2.0
- Add support for individual LED control (thanks @FeikoJoosten)
1.0
Pre-requistes
- OpenRGB installed
- Its "SDK Server" component enabled
Installation
HACS
- Launch HACS
- Navigate to the Integrations section
- "+ Explore & Add Repositories" button in the bottom-right
- Search for "OpenRGB"
- Select "Install this repository"
- Restart Home Assistant
Home Assistant
- Go to the integrations page
- Click on the "Add Integration" button at the bottom-right
- Search for the "OpenRGB" integration
- 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