Skip to content

Instantly share code, notes, and snippets.

@luisfavila
luisfavila / light.py
Last active February 19, 2021 18:53 — forked from ybarigou/light.py
Flux_led corrected bug fixes - hassio and Google Home/Alexa interactions - https://www.buymeacoffee.com/ybarigou
"""Support for Flux lights."""
import logging
import random
###
# Added for MagicLight hack
import time
from flux_led import BulbScanner, WifiLedBulb
import voluptuous as vol