Ive never been able to get a working button that you press that get in to the wheel.
But what get you the setting to pick color like that in the end of the gif animation is = “custom:light-entity-card”
Below you have my code that i use. But then you have to press Settings to get in to it. And that works fine for me. If you ever find out how to get it so that you can select that rainbow button to get in to it im all ears.
I tried this code , but again, doesnt work
Your code has highersize 1 and widersize 2
My code needs highersize 2 and widersize 3
I adjusted it, but then again, your code doenst work, it shows like this
I found your code already way up in this topic, and tried that before too, without luck
So still, i’m looking for a code that works for higherSize 2 and widerSize 3
Think i tried like, 30 codes… without luck
I have it working in a somewhat similar fashion by using the setting button of the popup slider. Don’t have any actions with presets. But letting the settings link to the a light-entity-card which can show the RGB wheel does the trick for me. This is my popup after pre
Thanks for sharing your code, i managed to get it to work.
I do have 1 question, I happen to have a Lighting group called Dining Lights that has around 7 bulbs.
So when i try to launch the RGB wheel for it, it appears for each bulb.
2 issues i have :
I am only able to scroll and see from Bulb 4 to Bulb 7, but not able to see anything above that. Is there anything i can do to fix this?
Is it possible that i can control just 1 RGB Wheel and adjust the Colors for all 7 Bulbs at 1 go…(Not sure if that is possible).
You could create a group (Light Group - Home Assistant) and use that in the card. The controls are always linked to one entity, but with the group that will go to all lights in the group.
edit: should have read better that you already have the groups. I truly don’t know why the difference is being made. But it might be a good idea to test and configure your card separately from the popup first and then copy everything over to the popup settings config. Otherwise check the topic for the light-entity-card: Light Entity Card
I have one issue with the heating & cooling. When I use the ‘useTemperature’ code it doesn’t change anything? Atm I have my air conditioning set to cool at 19 degrees but it shows the temp in red?
Anything I can do about that?
Also, with the media entity, can I have it switch the icon to show what I’m watching or on what service? EG show netflix icon or disney plus icon when I’m watching those?
Is it possible to get rid from the text “off” but keep the brightness value if the light is on. I’m trying to find a solution but it seems not possible? Thx in advance
Hi everyone has any of you created a media player to manage Volumio?
If you haven’t made it but you have a card with a media player, could you share the code?
Thanks
Hi all,
Looking for a solution where I can nest the homekit cards. I basically want to have a homekit dashboard where my entities are grouped. From there I will like to get a popup for say lights, wher a new homekit card will allow me to select the individual lights and set their properties in a second popup. Possible?