I noticed that I couldn't set up scenes with presets, and it turned out that it was because when turn_on was called with >1 kwarg it was only passing through the brightness one and then returning.
This PR fixes that.
Because I'm using HACS to install this, I also added HACS metadata.
I noticed that I couldn't set up scenes with presets, and it turned out that it was because when
turn_on
was called with >1 kwarg it was only passing through the brightness one and then returning.This PR fixes that.
Because I'm using HACS to install this, I also added HACS metadata.