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
71.41k stars 29.9k forks source link

Milight (dev 14-0) effect colorloop not working #1409

Closed frelev closed 7 years ago

frelev commented 8 years ago

Running the effect colorloop breaks Milight/HA. It changes color to red then freeze and you need to restart HA again to get any response from the light.

Example code (scene)

  - name: Disco On
    entities:
      light.milight:
        state: on
        effect: colorloop
        brightness: 255
      light.livingroom:
        state: on
        effect: colorloop
        brightness: 255
happyleavesaoc commented 8 years ago

This appears to be an issue in the dependency limitlessled. I have reproduced it.

frelev commented 8 years ago

@happyleavesaoc maybe this is something that can be used instead? colorful_strobe.py

Spartan-II-117 commented 7 years ago

This should be closed in favor of #1459.

dale3h commented 7 years ago

Closing this because it appears to be fixed by #6334.