A very simple program to control your Yeelight bulb on LAN created with Python3 and GTK It can easily be customised to suit your needs and comes with buit-in themes you can expand
Gnome dark theme highly recommended
$> python3 yeelight_gui.py
"dating_night": {
"name": "Dating Night", <-- The displayed name
"pic": "dating_night.png", <-- The displayed image
"rgb": 16674750, <-- The RGB value
"temperature": 4600, <-- The temperature value
"brightness": 70 <-- The brightness value
}
Made with