From bed52c89b6bbc9e7fa5da843f2f1811238aa205e Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 31 May 2026 13:25:04 +0200 Subject: [PATCH] Brand fork identity: HACS name + own version badge + upstream link - hacs.json: name -> 'Adaptive Lighting (CDiT)' (matches manifest) - README badges: version badge points at CaseyRo fork (incl. prereleases); add explicit 'fork of basnijholt/adaptive-lighting' badge; HACS badge -> Custom --- README.md | 5 +++-- hacs.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1fb85c0..01e4387a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) +[![Version](https://img.shields.io/github/v/release/CaseyRo/adaptive-lighting?include_prereleases&style=for-the-badge)](https://github.com/CaseyRo/adaptive-lighting/releases) +[![Upstream](https://img.shields.io/badge/fork_of-basnijholt%2Fadaptive--lighting-blue?style=for-the-badge)](https://github.com/basnijholt/adaptive-lighting) [![All Contributors](https://img.shields.io/badge/all_contributors-134-orange.svg?style=flat-square)](#contributors-) diff --git a/hacs.json b/hacs.json index 545d0ec5..857a8102 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Adaptive Lighting", + "name": "Adaptive Lighting (CDiT)", "render_readme": true, "homeassistant": "2024.12.0" }