Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions homeassistant-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

If this add-on saves you time, you can [buy me a coffee](https://buymeacoffee.com/dougrathbone).

## [1.34.10] - 2026-09-11

### Fixed

- **The status page reports when it cannot bind.** C-Gate and MQTT stay up; Home Assistant diagnostics show the web UI is down.

### Changed

- Internal: patched js-yaml, HTTP request timeouts on the status page, schema-backed config range warnings, and a Security event verb table.

## [1.34.9] - 2026-09-11

### Security
Expand Down
2 changes: 1 addition & 1 deletion homeassistant-addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "C-Gate Web Bridge"
version: "1.34.9"
version: "1.34.10"
slug: cgateweb
description: "Bridge between Clipsal C-Bus systems and MQTT/Home Assistant"
url: "https://github.com/dougrathbone/cgateweb"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgateweb",
"version": "1.34.9",
"version": "1.34.10",
"description": "Node.js bridge connecting Clipsal C-Bus automation systems to MQTT for Home Assistant integration",
"keywords": [
"cbus",
Expand Down Expand Up @@ -43,10 +43,10 @@
"jest": "^30.5.1",
"typescript": "^7.0.2",
"yaml": "^2.9.0",
"js-yaml": "^4.3.0"
"js-yaml": "4.3.2"
},
"overrides": {
"js-yaml": "^4.3.0",
"js-yaml": "4.3.2",
"browserslist": "4.28.8",
"@humanfs/node": "0.16.8"
},
Expand Down
Loading