homebridge-simple-wled-live
v0.0.1
Published
An accessory plugin for homebridge to support WLED Strips
Downloads
4
Readme
Homebridge Simple WLED
Hombridge Plugin for WLED Strip (WLED-Project by Aircoookie)
⚙️ Installation / NPM Package
For downloading and installing the Plugin NPM is used in Homebridge: Link to NPM Package
🔨 Adding the Accessory to the config.json
To make the accessory visible in your HomeKIT App you have to add the accessory to the config.json
{
"accessory": "WLED",
"name": "CUSTOM_NAME_OF_ACCESSORY",
"host": "IP_ADRESS_OF_YOUR_WLED_STRIP",
"log": true
}