viktak / ha-cc-openweathermap_all

Home Assistant custom component combining multiple OpenWeatherMap API calls
GNU General Public License v3.0
22 stars 2 forks source link

How to show forccast? #2

Closed therealhalifax closed 3 years ago

therealhalifax commented 3 years ago

Thanks a lot for that great feature :-) I just see that openweather also offers forcast, but how to show it in Lovelace Mini Graph Card? Any hints?

viktak commented 3 years ago

The OpenWeather weather integration is best used with a weather forecast Lovelace UI element as described here: https://www.home-assistant.io/lovelace/weather-forecast/

You can also use a Mini Graph card, but then you have to create a card (or any other UI element) for each forecast item.

therealhalifax commented 3 years ago

@viktak thanks for your Feedback. But if I add your Integration accourding your description of the Integration, only Sensors are added, no weather forecast.

viktak commented 3 years ago

Yes, I know, this is how I designed it. If you want forecast, you should use the OpenWeatherMap integration instead, which also provides you with a Weather device.