From f07859fbbbd86c09e13919c4a81415dba27971b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 05:26:29 +0000 Subject: [PATCH] fix(CLAUDE.md): updater.json is required for automatic updates Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/51a8903c-c610-43ec-95e7-642cc98a58ea Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 882a88a5fd..54193c257f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,7 +15,7 @@ addon_name/ ├── config.yaml # HA add-on metadata, schema, ports, maps ├── build.json # Base Docker images per architecture (may be build.yaml, or absent) ├── Dockerfile # Multi-stage build (always uses shared .templates/ scripts) -├── updater.json # Upstream release tracking (used by addons_updater; absent in some add-ons) +├── updater.json # Upstream release tracking; required to enable automatic updates ├── CHANGELOG.md # Required; must be updated on every PR └── rootfs/ # Optional; absent in some add-ons └── etc/