- Add Brazilian language (thanks @LeandroIssa)
- Fix brightness (thanks @ThanhCN0)
- Fix multiple instances
- Allow multiple instances (fixes #11)
- Add support for individual LED control (thanks @FeikoJoosten)
- Initial release
- OpenRGB installed
- Its "SDK Server" component enabled
- 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
- Go to the integrations page
- Click on the "Add Integration" button at the bottom-right
- Search for the "OpenRGB" integration
- Select the OpenRGB integration
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 |
- 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