koying / openrgb_ha

OpenRGB integration for Home Assistant
110 stars 18 forks source link

Doesn't show up in the list of integrations #24

Open heraldofsolace opened 2 years ago

heraldofsolace commented 2 years ago

I'm running Home Assistant Core 2022.6.2 and installed this repo via HACS. But it doesn't show up in the list of integrations and I can't add it. In the logs, I see that it is loaded:

2022-06-28 23:27:16 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration openrgb which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

But doesn't appear in the list.

I added this in configuration.yaml:

openrgb:
  host: <HOST>
  port: <PORT>

And it did show up in the integrations page. Although this time not all my lights showed up as entities. You can compare the devices in the screenshot below.

Screenshot_20220628_231745

However, I got a warning in the logs that configuring via YAML is deprecated.

I have tried restarting HA, also re-downloading from HACS

cjd commented 2 years ago

I had a similar issue where it didn't show up in Integrations. I added the section to my config.yaml and did 'Check configuration' from the dev tools. At that point I saw in the logs: 2022-07-14 09:39:56 INFO (SyncWorker_2) [homeassistant.util.package] Attempting install of openrgb-python==0.2.10

After this I was able to add the device via the integrations UI - even without restarting HA ?!