Fix: Repository-Struktur für HAOS Add-on Store korrigiert

- ha-addon/ → busch_radio_spotify/ (Ordner muss dem Slug entsprechen)
- repository.yaml im Root hinzugefügt (von HAOS zum Erkennen des Repos benötigt)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 12:31:57 +02:00
parent 7b56fdc2bb
commit 1349e6515f
5 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
# Multi-Architektur Build-Konfiguration für das HA Add-on.
# Jede Architektur bekommt das passende Alpine-basierte HA-Basisimage.
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:latest
amd64: ghcr.io/home-assistant/amd64-base:latest
armhf: ghcr.io/home-assistant/armhf-base:latest
armv7: ghcr.io/home-assistant/armv7-base:latest
args:
BUILD_FROM: ""