Gh61 / lovelace-hue-like-light-card

This card provides a Hue-like way to control your lights in Home Assistant.
GNU Lesser General Public License v2.1
128 stars 11 forks source link

Can I invoke the hue-screen functionality from other cards? [API] #22

Closed Greenphlem closed 5 months ago

Greenphlem commented 1 year ago

I love this card, but I'm not a fan of how small the slider is. My solution would be to use a Mushroom light slider, but when I tap, I would like the hue-screen for that light entity to show up, is that possible ?

Gh61 commented 1 year ago

The only way I can think of right now is to create some public API function(s) that will be available on the window object. Then you would need to call this function from other component (possibly with tap_action?).

Because I need access to hass (periodically updated) object and ideally allow some configuration, you would still need to create card (possibly in some new hidden mode).

All in all I see this possible, but as it's extended feature and not a simple task, the priority is very low.

If more users will want this functionality, the priority can raise, but right now I see this in some distant version.

Hankersern commented 11 months ago

I was searching exactly for this option. Would love to see a coop with Mushroom :-)

Greenphlem commented 11 months ago

Same!

boldiebold commented 8 months ago

Would be a great enhancement. Like it !

conorlap commented 8 months ago

Would also love this!!

forgenator commented 7 months ago

I would also think would be sooo freaking awesome. We could mix-and-match a lot of different lovelace funtionalities and end up with something that suits your personal needs. <3

L3odalton commented 6 months ago

+1 I absolutely love the functionality of the card. Probably the best light card out in the wild. The only issue is the top level card not fitting with the rest of the dashboard. That functionality would be a big upgrade. Thanks for your work!

Gh61 commented 5 months ago

This feature will be in the next Release.