From 12bd0826053b19e562a47d2fda55f7fef1798fad Mon Sep 17 00:00:00 2001 From: techartdev Date: Thu, 26 Feb 2026 01:35:34 +0200 Subject: [PATCH] brand assets relocation --- CHANGELOG.md | 6 ++++++ custom_components/openclaw/{ => brand}/icon.png | Bin custom_components/openclaw/{ => brand}/logo.png | Bin custom_components/openclaw/manifest.json | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) rename custom_components/openclaw/{ => brand}/icon.png (100%) rename custom_components/openclaw/{ => brand}/logo.png (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d2fc9..043b95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the OpenClaw Home Assistant Integration will be documented in this file. +## [0.1.57] - 2026-02-26 + +### Changed +- Moved integration brand assets to Home Assistant's new local brand path: `custom_components/openclaw/brand/icon.png` and `custom_components/openclaw/brand/logo.png`. +- This aligns with the 2026.3+ requirement for custom integration brand images served via the local Brands Proxy API. + ## [0.1.56] - 2026-02-25 ### Added diff --git a/custom_components/openclaw/icon.png b/custom_components/openclaw/brand/icon.png similarity index 100% rename from custom_components/openclaw/icon.png rename to custom_components/openclaw/brand/icon.png diff --git a/custom_components/openclaw/logo.png b/custom_components/openclaw/brand/logo.png similarity index 100% rename from custom_components/openclaw/logo.png rename to custom_components/openclaw/brand/logo.png diff --git a/custom_components/openclaw/manifest.json b/custom_components/openclaw/manifest.json index dcae5c3..c0114ca 100644 --- a/custom_components/openclaw/manifest.json +++ b/custom_components/openclaw/manifest.json @@ -8,7 +8,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues", "requirements": [], - "version": "0.1.56", + "version": "0.1.57", "dependencies": ["conversation"], "after_dependencies": ["hassio", "lovelace"] }