UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.65k stars 434 forks source link

Colored Light Card #126

Closed chielbos closed 2 years ago

chielbos commented 2 years ago

Describe the solution you'd like At this moment i use the light card to control my philips HUE color lights. My dashboard misses reflection of the used color. I would love to see the light tiles reflect the current active color, like the base install does.

Design proposal: image

CM000n commented 2 years ago

Have you tried the new card_light_color from @basbruss? https://github.com/UI-Lovelace-Minimalist/UI/tree/main/custom_cards/custom_card_light_color Maybe it already meets your requirements 😉

basbruss commented 2 years ago

My card provides you with that functionality.

Screen Shot 2021-12-14 at 20 10 11

The custom_card_light_color folder also includes a card without the slider :) Note: make sure you also install custom_card_light_icon_info as there is a template inside which is used in the colored cards. If you only use Dark mode check also this post on the forum: https://community.home-assistant.io/t/lovelace-ui-minimalist/322687/796?u=basbrus

chielbos commented 2 years ago

Looks exactly like what I was looking for!

Gonna try tonight :)