commit 7bf5a48982dbe28fdae7b314e8887df4df6b3691 parent 1c2abf687ae111655033df0de41a87d6e4efe2b4 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:08:34 +0000 Add brand section to manifest.json and bump version to 0.2.1 Add brand.logo and brand.icon paths to manifest.json so Home Assistant can discover and display the integration's brand images. Bump version from 0.2.0 to 0.2.1. Co-authored-by: bbruenings <11193451+bbruenings@users.noreply.github.com> Agent-Logs-Url: https://github.com/bbruenings/ha-inlite/sessions/d693f8e8-2b77-4c2d-b799-05fc49514cfb
diff --git a/custom_components/inlite/manifest.json b/custom_components/inlite/manifest.json index d8d87c4a970463042a381b92fed09e3ca19b283a..fe9c28f7abc41bb5a30ff4c19a13acc41aca11f5 100644 --- a/custom_components/inlite/manifest.json +++ b/custom_components/inlite/manifest.json @@ -17,5 +17,9 @@ "issue_tracker": "https://github.com/bbruenings/ha-inlite/issues", "requirements": [ "pycryptodomex>=3.20.0" ], - "version": "0.2.0" + "version": "0.2.1", + "brand": { + "logo": "brand/logo.png", + "icon": "brand/icon.png" + } }