bokub
(Boris)
October 22, 2019, 10:00am
1
Hi everyone !
I’d like to show you my new Lovelace custom card dedicated to RGB lights
The goal is to quickly switch between different presets of color / brightness with a minimalist UI
Don’t hesitate do give me your feedback and suggestions to improve it !
Preview
Installation & Configuration
Please visit the GitHub repository for a detailed documentation and examples
( and add a if you like it ! )
44 Likes
jimz011
(Jim)
October 22, 2019, 10:04am
2
Beautiful, is this customizable (as in colors?).
If yes I will incorporate this into my setup!
1 Like
bokub
(Boris)
October 22, 2019, 10:10am
3
It is very customizable yes !
Check out the documentation to see the examples
The github link is wrong. It points to the screenshot
bokub
(Boris)
October 22, 2019, 10:24am
5
devastator:
The github link is wrong
Oooops ! Thank you, it’s fixed
Great idea and good work!! I will integrate this in my setup today.
SeLLeRoNe
(Andrea Iannucci)
October 22, 2019, 10:49am
7
That it’s very nice!
Would be possible to have it integrated with HACS?
Thanks!
Andrea
1 Like
bokub
(Boris)
October 22, 2019, 10:52am
8
Yes ! The request is being reviewed
1 Like
VGE
October 22, 2019, 10:54am
9
Great, will be waiting till its added tot HACS but it looks great and is a very cool addition.
Is this also possible for (light) groups?.
bokub
(Boris)
October 22, 2019, 11:20am
11
Each icon simply call the service light.turn_on
with your own parameters
The light.turn_on
service works for lights groups, so the answer is yes !
1 Like
bokub
(Boris)
October 22, 2019, 11:34am
12
It’s done ! Click the “RELOAD DATA” button in your HACS settings, and the plugin should appear after a few minutes !
@VGE @SeLLeRoNe
3 Likes
getsmokes
(Michael)
October 22, 2019, 6:18pm
14
Is there anyway to get ride of the light entity and just show the colour options?
bokub
(Boris)
October 23, 2019, 8:47am
15
Sure !
The light entity isn’t part of the lovelace card and is on the screenshots only as an example.
However, the custom card must be included in a “entities” card
type: entities
entities:
- type: 'custom:rgb-light-card'
entity: light.example_light
colors: [...]
1 Like
getsmokes
(Michael)
October 23, 2019, 8:50am
16
Thanks, looks great by the way - I was definitely missing this from the front end.
1 Like
SeLLeRoNe
(Andrea Iannucci)
October 23, 2019, 9:14am
17
Would you mind sharing the code to also have the brightness control as you have?
Thanks .)
bokub
(Boris)
October 23, 2019, 9:27am
18
I guess @VGE uses this custom component
So it would be something like
type: entities
entities:
- type: 'custom:slider-entity-row'
entity: light.example_light
toggle: true
- type: 'custom:rgb-light-card'
entity: light.example_light
colors: [...]
2 Likes
SeLLeRoNe
(Andrea Iannucci)
October 23, 2019, 9:44am
19
Well yes and no (I did know about that card, but that’s something slighly different), because that way it show two lights entities while he is somehow mixing the two
SeLLeRoNe
(Andrea Iannucci)
October 23, 2019, 9:49am
20
Nevermind, I found what was my issue
3 Likes