homebridge-simple-wled-live

An accessory plugin for homebridge to support WLED Strips

Usage no npm install needed!

<script type="module">
  import homebridgeSimpleWledLive from 'https://cdn.skypack.dev/homebridge-simple-wled-live';
</script>

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
}