FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
173 stars 11 forks source link

Configuration start weather forecast #61

Closed GerdRuetten closed 1 year ago

GerdRuetten commented 1 year ago

The weather forecast for the coming days starts with the current day. The information for this day does not offer any added value since it is already displayed as "current values". It would make more sense if the forecast started with the following day and thus another day could be shown in the locvelance map.

nikipore commented 1 year ago

I disagree: The info is min/max temperature not current temperature and is not redundant for the current day.

GerdRuetten commented 1 year ago

Min/Max is an attribut from the actual day

image

nikipore commented 1 year ago

Depends on the weather card:

DCE19CBB-E5AE-4446-A69E-6774F5825438

GerdRuetten commented 1 year ago

Compromise the start day is configurable

FL550 commented 1 year ago

Min/Max is an attribut from the actual day

image

This data is derived from the forecast values. The weather entity itself has no min/max information: https://developers.home-assistant.io/docs/core/entity/weather/

So if the forecast data starts one day later, you are loosing the min/max for the current day.

If you would like to see more days in your card, you have to address your wish to the developer of the weather card.