bramkragten / weather-card

Weather Card with animated icons for Home Assistant Lovelace
MIT License
480 stars 168 forks source link

"forecast: true" not working anymore for `weather.openweathermap` #174

Closed mkanet closed 2 months ago

mkanet commented 2 months ago

It looks like there were some changes to weather.openweathermap recently. The native home assistant water card was smart enough to continue displaying forecast days correctly. However, the animated weather card only displays current weather for today. See below:

weather-card

type: custom:weather-card
entity: weather.openweathermap
current: true
details: false
forecast: true
hourly_forecast: false

image

weather-forecast

type: weather-forecast
entity: weather.openweathermap
forecast_type: daily

image

image

mkanet commented 2 months ago

Oppss I just noticed an existing issue