mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
311 stars 38 forks source link

[FR] Option for rounding the precipitation forecast #263

Open Nickduino opened 2 weeks ago

Nickduino commented 2 weeks ago

Is your feature request related to a problem? Please describe. In my experience, rainfall forecasts are pretty inaccurate. It's important to know if the forecast is 2 mm or 20 mm but between 2 and 3, it's all the same (i.e. it might fall nothing or 5 mm), so displaying the decimals doesn't make much sense to me especially when real estate is at a premium (see screenshot)

Describe the solution you'd like Add a round_rain option with boolean value (just like you do for temp forecasts) to hide the decimals for the rain forecast

Additional context image