1.0.3 • Published 2 years ago

homebridge-yeelight-screen-light-bar v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

homebridge-yeelight-screen-light-bar

Homebridge plugin for YeeLight Screen Light Bar.

Supported device

Only the following devices have been tested, but if the model is "lamp15", it should work.

Setup Yeelight device

1. Enabled the LAN Control option in the Yeelight app

2. Check your device's IP address

Configuration

Add an accessory configuration into your Homebridge config.json:

{
    "accessories": [
        {
            "accessory": "YeelightScreenLightBar",
            "name": "モニターライト",
            "ip": "xxx.xxx.xxx.xxx"
        }
    ]
}
FieldRequiredDescription
nameYesAccessory name displayed in the home app.
ipYesIP address of your device.