piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.75k stars 341 forks source link

[Feature]: Use standard HA CSS vars for weather icons #546

Open smiller171 opened 2 years ago

smiller171 commented 2 years ago

Is your feature request related to a problem?

Currently Mushroom doesn't respect HA weather-icon css vars

Describe the solution you'd like

I'd like to see the weather icon logic work the same way as in the stock weather-forecast card so the icons can be themed correctly.

https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/cards/hui-weather-forecast-card.ts

https://www.home-assistant.io/dashboards/weather-forecast/#personal-icons

Describe alternatives you've considered

No response

Additional context

No response

KTibow commented 2 years ago

In what card/case would you like to see this implemented in? It only makes sense in the weather chip to me.

smiller171 commented 2 years ago

I can't think of any other context where this would make sense, though I could be missing something