I have a MagicHome bulb that I am trying to connect to hass.io. I know how to configure the flux integration as I have configured an LED strip controller before. This bulb just isn’t being discovered. I have tried manual entry and auto discovery however no luck. I’ll post some code and screenshots to show the problem. Controlling through the MagicHome app also works. Also worth mentioning that when I setup the bulb, the wifi network I had to connect too was called ‘Broadlink Bulb x.xx.x’.
light:
- platform: flux_led
scan_interval: 0.5
devices:
192.168.68.131:
name: Bed Lights
mode: rgbw
192.168.68.135:
name: Ceiling Fan
mode: rgbw
Hope you can help.
Thomas Monaghan