8none1 / idealLED

Control your iDeal LED lights with Python
MIT License
51 stars 2 forks source link

Feature request: ability to set the effect speed #3

Closed spupetic closed 8 months ago

spupetic commented 8 months ago

The effect speed can be set with the app, but not with the integration. I think it is an important feature, because some effects are really fast on the default setting.

8none1 commented 8 months ago

Home Assistant doesn't (afaik) have a good control to set the effect speed in the UI. If you want to change the speed yourself to a new fixed number you can edit this line:

https://github.com/8none1/idealLED/blob/d88db98b7359694583a42b342b4e1cebc51d3164/custom_components/ideal_led/idealled.py#L284

spupetic commented 8 months ago

Thanks, but it would be much better to do this from the UI, therefore it is not necessary to make it a fixed value. WLED has this solution for the problem: https://community.home-assistant.io/t/wled-expose-effect-speed-and-intensity-as-input-number-sliders/202065