sahilchaddha / homebridge-yeelight-platform

Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
MIT License
58 stars 7 forks source link

Minimalistic Configuration. Scenes needed? #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

if I just want to add the Yeelight Color Lamp (and maybe the stripe), do I need to configure the scenes? I mean how would a very basic config.json file looks like, where I just add the lights to HomeKit?!

Thanks in advance!

sahilchaddha commented 5 years ago

Hey @misanthrophy ,

Try this config

{
  "platform": "Yeelight-Platform",
  "addResetSwitch": false,
  "scenes": []
}

This will only add Yeelights to Homekit. No scenes will be added.