home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.97k stars 29.62k forks source link

LimitlessLED lights, no color picker #12901

Closed meizenga closed 6 years ago

meizenga commented 6 years ago

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version): 0.64.3

Python release (python3 --version): Python 3.5.3

Component/platform: LimitlessLED

Description of problem: LimitlessLED lights can only be turned on or off using the slider. When pressing the name of the light there used to be a color picker, now it's gone.

Expected: Expected a color picker when selecting an rgbww light. I ran 0.63 and it was working fine.

Additional info: Also needed to apply the workaround in #12853 to get the correct icons.

amelchio commented 6 years ago

That sounds like a local issue.

Does this affect all lights or only LimitlessLED? If you do not have other light types, try adding this configuration to get some demo lights and see if they have the color picker:

light:
  - platform: demo

Please make sure you have version 1.1.0 of the limitlessled library installed.

If that does not fix it, can you attach a screenshot of the panel with the switch set to "on"? Also, please provide the relevant part of configuration.yaml as requested in the issue template.

Finally, what is the value of supported_features for the light (you can see that in the States panel of the Developer tools)?

meizenga commented 6 years ago

Downgrade to 0.63 solved the issue. Issue can be closed