Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Component does not work with custom Hue component #217

Open
craggyh opened this issue Feb 18, 2020 · 0 comments
Open

Component does not work with custom Hue component #217

craggyh opened this issue Feb 18, 2020 · 0 comments

Comments

@craggyh
Copy link

craggyh commented Feb 18, 2020

I have a custom Hue component (some tweaked code to work with Innr bulbs but the huesonsors component doesn't find any hue remote because it can't import the component.

I've gotten it to work by editing the init.py file with the following:

def get_bridges(hass):
from custom_components import hue
from custom_components.hue.bridge import HueBridge

Problem is this gets wiped when there is an update. Could the component be amended to automatically detect custom hue components if they are present?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant