@pixlo/homebridge-mi-led-bulb
v1.3.0
Published
This is a [Homebridge](https://github.com/nfarina/homebridge) plugin for exposing the all Xiaomi color leed lamps (tested on Xiaomi Mi Smart LED Bulb Essential)
Downloads
11
Readme
homebridge-mi-led-bulb
This is a Homebridge plugin for exposing the all Xiaomi color leed lamps (tested on Xiaomi Mi Smart LED Bulb Essential)
npm
npm install -g homebridge-mi-led-bulb
Example Configuration
{
"bridge": {},
"accessories": [
{
"accessory": "mi-led-bulb",
"name": "Lamp in the bedroom",
"ip": "192.168.0.100",
"token": "**********************",
"requestOptimization": false
}
],
"platforms": []
}