mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-11 03:50:59 +00:00
* Add dedicated update information reload Currently we have the /refresh_updates endpoint which updates the main component versions (Core, OS, Supervisor, Plug-ins) and the add-on store at the same time. This combined update causes more update information reloads than necessary. To allow fine grained update refresh control introduce a new endpoint /reload_updates which asks Supervisor to only update main component versions (learned through the version json files). The /store/reload endpoint already allows to update the add-on store separately. * Add pytest * Update supervisor/api/__init__.py
2.6 KiB
2.6 KiB