Skip to content

Commit 065d956

Browse files
dougrathboneclaude
andcommitted
chore: release v1.8.9 — bundle MIT LICENSE in distribution repo
Adds homeassistant-addon/LICENSE (MIT, copy of root LICENSE.txt) and updates the HACS deploy workflow to publish it at both the distribution repo root and inside the cgateweb add-on subfolder. Without this, the auto-rebuilt cgateweb-homeassistant repo had no detectable license, which blocks awesome-home-assistant listing acceptance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8a61c0f commit 065d956

6 files changed

Lines changed: 32 additions & 4 deletions

File tree

.github/workflows/hacs-distribution.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
cp homeassistant-addon/logo.png distribution/
8484
cp homeassistant-addon/icon.png distribution/
8585
cp homeassistant-addon/repository-README.md distribution/README.md
86+
cp homeassistant-addon/LICENSE distribution/LICENSE
87+
cp homeassistant-addon/LICENSE distribution/cgateweb/LICENSE
8688
8789
# Create repository.yaml at the distribution root
8890
cat > distribution/repository.yaml << 'REPOEOF'

homeassistant-addon/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the C-Gate Web Bridge Home Assistant add-on will be docum
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.9] - 2026-05-09
9+
10+
### Added
11+
- **MIT LICENSE bundled with the distribution repo**: the release workflow now copies the MIT license into both the `cgateweb-homeassistant` repo root and the add-on subfolder so the licensing terms are visible alongside the installable add-on (and so the repo passes OSI-license listing checks for awesome-home-assistant).
12+
813
## [1.8.8] - 2026-05-07
914

1015
### Fixed

homeassistant-addon/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Steven Lazidis
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "C-Gate Web Bridge"
2-
version: "1.8.8"
2+
version: "1.8.9"
33
slug: cgateweb
44
description: "Bridge between Clipsal C-Bus systems and MQTT/Home Assistant"
55
url: "https://github.com/dougrathbone/cgateweb"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cgateweb",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"description": "Node.js bridge connecting Clipsal C-Bus automation systems to MQTT for Home Assistant integration",
55
"keywords": [
66
"cbus",

0 commit comments

Comments
 (0)