Flux_LED
Flux_LED copied to clipboard
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.
Light's **white_value** was deprecated in Home Assistant Core 2021.4 by [PR #47720](https://github.com/home-assistant/core/pull/47720) and replaced by color mode **white** in Home Assistant Core 2021.7 by [PR #51411](https://github.com/home-assistant/core/pull/51411). This change broke Flux_Led...
Are we sure the scan interval setting is in seconds and not ms? The scan_interval suggested is way too aggressive to the point where it slowed not only HA but...