Conversation
|
We could also use these colored icons (with or without animation) but they are not 100% material https://www.amcharts.com/free-animated-svg-weather-icons/ |
|
Super excited about this 👍 Wondering if user can configure whether to use the animated icons or the static ones for the weather card. |
| </div> | ||
| <div class="attribute flex"> | ||
| <div class="icon-container"> | ||
| <iron-icon icon="mdi:flag-variant"></iron-icon> |
There was a problem hiding this comment.
mdi:weather-windy may be a better icon for wind_speed.
| "air_pressure": "Air pressure", | ||
| "humidity": "Humidity", | ||
| "visibility": "Visibility", | ||
| "wind_bearing": "[\"N\", \"NNE\", \"NE\", \"ENE\", \"E\", \"ESE\", \"SE\", \"SSE\", \"S\", \"SSW\", \"SW\", \"WSW\", \"W\", \"WNW\", \"NW\", \"NNW\", \"N\"]", |
|
The middlepart looks messy and cramped. The measurements are not aligned with icon/label. We need a better way. |
|
btw: @arsaboo we can't change the icon set without using |
|
I like no. 2. |
|
For me good is no. 1 and no. 2 |
|
The challenge with 3 is the lack of description. 2 is still chaotic. Every row has it's own column section. I prefer 1. make sure btw that everything on the left is aligned. Look how the table starts further in than the icon and the icon starts further in than the header. It should all be starting at the same line. |
|
Thinking about it more, maybe the humidity, pressure etc are not important enough to be in the card. We can move them to the more info ? |
|
I'd say humidity is pretty important for a decent sized part of the world where heat index is a normal part of the forecast during warmer months. Pressure IMHO is not terribly important for most people. |
|
Fair point. So let's at least scrap pressure from the main view. |
|
Maybe limit the amount of forecast days shown in the card? |
|
new design in first post, forecast has max. 7 days now |
|
Looks good. Can we fix the alignment of the text on the right to be closer to your post here |
|
Also, for English, should we use the standard 3 letters for days (Mon, Tue, etc.) now that we have some space? |
|
...this is German |
|
Maybe visibility can also be hidden? |
|
Can we focus the discussions on major issues like fanthos posted, please |
|
I think the per-hour works better in more cases. The daily forecast convert could be done in frontend if needed. |
|
Relative easy to replace Google Charts with Chart.js. |
|
IMO if you have both, temp and tempLow, a graph makes no sense |
|
You are right. |






backend PR: home-assistant/core#14076
fix: #999
fix: #464
current:

PR:
