Skip to content

Instantly share code, notes, and snippets.

View ybarigou's full-sized avatar

ybarigou

  • University of Houston - Computer Science Department
  • Houston, TX
View GitHub Profile
@ybarigou
ybarigou / 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