You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: