Use new light HS API for the color picker#982
Conversation
|
Awesome, what a cleanup 👍 Thinking further: |
|
Well right now at least it didn't have any way to actually select a value, it was just hard-coded to 100%. We'd need a new UI element to properly select a value if we wanted to use it for that. That would definitely make it more reusable though. Also certainly not opposed to adding RGB back to this component if we want to use it, but I'd rather not ship unused code since anything included here contributes to the size of the frontend build clients need to download. |
|
Agree on your points. |
e33aea4 to
9ace3b2
Compare
|
Didn't realize we ran into merge conflicts here. I'll get this branch up-to-date tonight. |
9ace3b2 to
3218936
Compare
Description
Frontend PR for home-assistant/core#11288
This PR updates the frontend to use the new hue/sat API for the light color picker.