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
Replaced deprecated Supervisor API calls with new REST-based Supervisor API methods.
Improved handling of add-on start and information retrieval by utilizing the newer Supervisor API endpoints.
Improvements
API Add-On Reliability:
Enhanced the method for ensuring that the DWD Global Radiation add-on starts correctly after Home Assistant restarts.
Ensured that the integration works seamlessly with the updated Supervisor API, improving overall compatibility with the latest Home Assistant versions.
Supervisor Communication:
Improved error reporting for add-on start failures by providing more detailed logs and fallback mechanisms if the add-on fails to start.
Bug Fixes
Supervisor API Deprecation Fixes:
Fixed issues related to the deprecation of async_get_addon_info and async_start_addon methods.
Updated the integration to use HTTP-based Supervisor API calls for add-on management.