Requirements
Is your feature request related to a problem?
My recent change is adding initial color to calendar entities - home-assistant/core#145606.
I've also added suppoer for Google Calendar entities to import color when firstly imported to HA - home-assistant/core#161671
On the frontend side, users will be able to change that initial color to the color they want - home-assistant/frontend#28882
I think the color should be picked from the entity registry, so we have the same color in all the places
Describe the solution you'd like
The component is able to pick a color from the entity registry
Describe alternatives you've considered
No response
Example use case
I have "trash day" calendars, each with a specific color. I want to see those colors in the card.
Additional context
No response
Requirements
Is your feature request related to a problem?
My recent change is adding initial color to calendar entities - home-assistant/core#145606.
I've also added suppoer for Google Calendar entities to import color when firstly imported to HA - home-assistant/core#161671
On the frontend side, users will be able to change that initial color to the color they want - home-assistant/frontend#28882
I think the color should be picked from the entity registry, so we have the same color in all the places
Describe the solution you'd like
The component is able to pick a color from the entity registry
Describe alternatives you've considered
No response
Example use case
I have "trash day" calendars, each with a specific color. I want to see those colors in the card.
Additional context
No response