Skip to content

Commit 72a658b

Browse files
Merge release v1.3.5
2 parents 1078fac + c284a1e commit 72a658b

7 files changed

Lines changed: 349 additions & 720 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PRs land on develop so dependency bumps flow through the same branch as other work.
2+
version: 2
3+
updates:
4+
- package-ecosystem: npm
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
target-branch: develop
9+
10+
- package-ecosystem: github-actions
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
target-branch: develop

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [1.3.5] - 2026-05-15
3+
- Support Marstek HME cloud-managed placeholder devices (AstraMeter synthetic MAC): derive `remote_id` from topic encryption, default missing API version to 1, disable inverse forwarding for that MAC pattern, and register HME in broker `min_versions`.
4+
5+
26
## [1.3.4] - 2026-03-28
37
- Add support for JPLS-6H and other JPLS-*H Jupiter device variants
48

brokers.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"min_versions": {
3636
"HMA": 226,
37+
"HME": 120,
3738
"HMF": 226,
3839
"HMI": 120,
3940
"HMJ": 108,

hassio-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Hame Relay"
2-
version: "1.3.4"
2+
version: "1.3.5"
33
slug: "hame_relay"
44
description: "Connect B2500 storage to Home Assistant while keeping mobile app functionality"
55
url: "https://github.com/tomquist/hame-relay"

0 commit comments

Comments
 (0)