I am struggling how to run two custom scripts in one lovelace card.
I have these two custom scripts for cards: Monster card and Slider entity row.
I like function of Monster card to hide card completely if none of the filtered entities are active.
And also like simple slider design of Slider entity row (compared to circular standard view).
So I would like to combine both these functions - when bulb is OFF - no additional card is displayed. When bulb is ON, then additional card appears with slider controls.
I am not able to run these together so now I use standard filter card, but when bulb is off ,I still have empty card displayed
Many thanks for your code. It actually works in the way I wanted. Anyway here I miss some details which I had earlier: I am using “Full_raw” option which looks more nicely but removes entity name. So I have used “Type: section” to put names and have some nice lines separating lights. Next thing is that now I am only able to control brightness of the light. In old version I have used Attribute option to add separate slider for color temperature.
Is there a way to implement these mentioned options to your code? I would appreciate that.