CorneliousJD / Flux_LED

Modifies homeassistant/components/flux_led/light.py to fix issue where LED lights using MagicHome controller turn off immediately after turning them on with V8 firmware.
25 stars 11 forks source link

apply fix for selected led controller #14

Closed Floppik closed 2 years ago

Floppik commented 2 years ago

Can i apply this fix for only controller with v8 version? Other magic home controllers work like a charm out of box. If i apply this fix, other contollers stop working right - did not turn on by automatiation or stop working.

CorneliousJD commented 2 years ago

My answer to this is "maybe" - you'd have to change the integration name to be something else and call it separately, so it would certainly involve some work on your end. Otherwise this just overwrites the internal flux_led.

That way you could have flux_led and flux_led_v8 or something and have each one operate independently?