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
Description of problem: After upgrade to 0.33 discovery component does not find Philips Hue lights anymore. If explicitly configured using the light component in the configuration file the phue library is installed at start and everything works fine but if commented (or removed) the Hue lights does not show up anymore.
Nothing relevant about it in logs.
Expected: Working discovery component
Problem-relevant configuration.yaml entries and steps to reproduce:
# Discover some devices automaticallydiscovery:
Upgrade to 0.33
Comment out the platform: hue in light component if present and rely only on the discovery component
Hue lights will not show up, also deleting the deps folder and reinstalling.
Configure the platform: hue explicitly as described in documentation
Restart hass
Philips Hue lights are present and working
Additional info:
I've upgraded from 0.31.1 to 0.33.0, if this could help. I've also tried deleting and restoring the phue.conf file from hass working directory.
The text was updated successfully, but these errors were encountered:
Home Assistant release (
hass --version
): 0.33.0Python release (
python3 --version
): Python 3.4.2Component/platform: discovery (probably)
Description of problem: After upgrade to 0.33 discovery component does not find Philips Hue lights anymore. If explicitly configured using the
light
component in the configuration file thephue
library is installed at start and everything works fine but if commented (or removed) the Hue lights does not show up anymore.Nothing relevant about it in logs.
Expected: Working discovery component
Problem-relevant
configuration.yaml
entries and steps to reproduce:platform: hue
inlight
component if present and rely only on thediscovery
componentplatform: hue
explicitly as described in documentationAdditional info:
I've upgraded from 0.31.1 to 0.33.0, if this could help. I've also tried deleting and restoring the
phue.conf
file from hass working directory.The text was updated successfully, but these errors were encountered: