mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-14 23:19:37 +00:00
* Add periodic progress logging during initial Core installation Log installation progress every 15 seconds while downloading the Home Assistant Core image during initial setup (landing page to core transition). Uses asyncio.Event with wait_for timeout to produce time-based logs independent of Docker pull events, ensuring visibility even when the network stalls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add test coverage --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>