MaterialDesign icon indicating copy to clipboard operation
MaterialDesign copied to clipboard

seasonal thermometor icons

Open greenring opened this issue 2 years ago • 2 comments

Before submitting a new icon request, please confirm the following:

What would you use this icon for?

Icons for a thermostat, where you can select different temperatures for different seasons.

Give us an example of what this icon might look like.

mdi:sun-thermometer is perfect for summer.

I would expect something like

  • mdi:snowflake-thermometer for winter, which would match mdi:snowflake
  • mdi:flower-thermometer for spring, which would match mdi:flower
  • mdi:leaf-thermometer for autumn, which would match mdi:leaf

HomeAssistant uses the following in their seasonal sensor: STATE_SPRING: "mdi:flower", STATE_SUMMER: "mdi:sunglasses", STATE_AUTUMN: "mdi:leaf", STATE_WINTER: "mdi:snowflake",

Because of this, you might also consider mdi:sunglasses-thermometer as well.

greenring avatar May 13 '22 20:05 greenring

Forgot to link to HA src: https://github.com/home-assistant/core/blob/dev/homeassistant/components/season/sensor.py

greenring avatar May 13 '22 20:05 greenring

I don't think this really works completely. sun-thermometer and snowflake-thermometer (which we already have) seem pretty useful, but "the temperate of a flower" and the "temperature of a leaf" really don't make sense.

Also, while it's easy to cut out part of the sun/snowflake, it's not with the flower or the leaf without damaging the readability of the base icon.

mririgoyen avatar May 17 '22 03:05 mririgoyen

Hi @mririgoyen -

One consideration, at least for snowflake-thermometer, might be to match the thermometer style to the temperature consistent with the snowflake icon.

As it stands, the snowflake on the snowflake-thermometer icon is paired with the standard thermometer, which appears to be reading somewhat high. Alternatively, there is "thermometer-low" icon which would likely be better paired with the snowflake icon for the snowflake-thermometer icon.

Thanks!

brendankmurphy avatar Oct 24 '22 14:10 brendankmurphy