@mwittig are you going to add some config var to disable color picker?
I use a yeelight white led bulb that does not support any color features.
Anyway, thanks for that awesome work!
Edit:
As i currently only have one non-color bulb i quickly hide the color picker via css in pimatic-app/node_modules/pimatic-led-light/ui/led-light.css
.light-color-container{
padding-left: 15px;
display: none; /* hides color picker */
}
and i moved the slider a little bit to the right, works for me in browser and iPhone:
.light-brightness-container {
width: 40%;
height: 30px;
margin-left: 25px; /*moves slider a litte bit to the right */
}
how it looks now (iPhone)
no big deal, but will work for me until someone build it into config or shows me what i did wrong