mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-28 16:52:26 +01:00
Replace fragile sed '/^arch:/,/^[^ a]/p' pattern with the same awk block-parsing approach used for build_from. The sed pattern leaked lines from keys starting with 'a' (like audio:) into the range before grep filtered them out. The awk approach cleanly stops at the next top-level key. Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d3d7f769-ce2d-4ddd-b066-7bb769754460