You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_forecast_for_future_hour: Added a new method to the DWDGlobalRadAPIClient to fetch forecasts for a specific location and a future hour. This requires DWD Global Radiation API Server version 1.4.8 or later.
Forecast API Call Support: Added support for making REST API calls to get forecasts by location and future hour.
Improvements:
Adapted api_client.get_forecast_for_future_hour in restapi.py to use the new API client method with the updated DWD Global Radiation API Server.
Version Bump:
Updated integration version to 0.3.3-beta to reflect new features and improvements.