commit e891f1ba32e6a5a012d5a7140fc2a8a930cc4c8d parent 7bf5a48982dbe28fdae7b314e8887df4df6b3691 Author: Bennet Brünings <bennet@bbruenings.com> Date: Sun, 29 Mar 2026 21:05:04 +0200 Remove unnecessary brand section from manifest.json and revert HA version HA 2026.3+ auto-discovers brand images from the brand/ directory without needing a brand section in manifest.json. Revert hacs.json homeassistant requirement back to 2024.12.0 so the integration can still be installed on older HA versions (brand images just won't show). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
diff --git a/custom_components/inlite/manifest.json b/custom_components/inlite/manifest.json index fe9c28f7abc41bb5a30ff4c19a13acc41aca11f5..5df5a8c79eac62ce4354d58869758e8aa951b71f 100644 --- a/custom_components/inlite/manifest.json +++ b/custom_components/inlite/manifest.json @@ -17,9 +17,5 @@ "issue_tracker": "https://github.com/bbruenings/ha-inlite/issues", "requirements": [ "pycryptodomex>=3.20.0" ], - "version": "0.2.1", - "brand": { - "logo": "brand/logo.png", - "icon": "brand/icon.png" - } + "version": "0.2.1" } diff --git a/hacs.json b/hacs.json index fbad1b17e0c757c6d0ce7d615225953a214663e0..142ff01bbab9e1f93e3436f342ebb43c00633024 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "in-lite Outdoor Lighting", - "homeassistant": "2026.3.0", + "homeassistant": "2024.12.0", "render_readme": true }