sockless-coding / panasonic_cc

Panasonic Comfort Cloud - Home Assistant Component
MIT License
140 stars 35 forks source link

Possibility to add icons for fan modes #282

Closed ParalaX002 closed 1 month ago

ParalaX002 commented 1 month ago

Hi,

First of all, thanks a lot for the work on this add-on!

I was wondering if it was possible to add icons on the card for the different fan mode:

image

We could use fan speeds icons in mdi icons:

image

Also, the preset "none" has no icon too:

image

Maybe use something like "air-filter"?

image
sockless-coding commented 1 month ago

@ParalaX002 Hi, I've been looking at doing that, but the problem is that Material Design only contain Fan speed up to 3 and there are 5 speeds + Auto... I set it to outline A,1,2,3,4,5, so there is at least something image

ParalaX002 commented 1 month ago

Hi,

That's very nice :) I was thinking to use the fan-minus and fan-plus for low and high, and the number ones for the other level, but your solution is more visible :) Thanks a lot!