stefanwichmann / kelvin

Kelvin - The hue bot
MIT License
347 stars 37 forks source link

Allow scenes with lights off #118

Open pokeylope opened 10 months ago

pokeylope commented 10 months ago

Currently, when a Kelvin-managed scene is updated, it sets all lights in that scene to be on. This change allows scenes where some lights are off; when Kelvin updates the scene, those lights will be ignored.

Fixes #94.