Skip to content

Instantly share code, notes, and snippets.

@sidbarg
sidbarg / light.py
Last active August 20, 2021 00:28
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