Skip to content

Commit f4350a0

Browse files
authored
Release 3.1.3
## [3.1.3] - 2025-07-14 ### Added - [endpoint]: Improved jsdoc description on endpoint helpers. - [endpoint]: Added createDefaultMomentarySwitchClusterServer() cluster helper. ### Changed - [package]: Updated dependencies. - [vendorId]: Added Shortcut Labs Flic (0x1488). - [server]: Refactored serverNode event handlers and types. - [matterbridge]: Removed duplicated properties. ### Fixed - [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down. <a href="https://www.buymeacoffee.com/luligugithub"> <img src="bmc-button.svg" alt="Buy me a coffee" width="80"> </a>
1 parent 800ff6d commit f4350a0

14 files changed

+534
-478
lines changed

.github/workflows/docker-buildx-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
SHA=${GITHUB_SHA::7}
3939
DEV_TAG="${BASE}-dev-${DATE}-${SHA}"
4040
echo "DEV_TAG=$DEV_TAG" >> $GITHUB_ENV
41+
echo "ORIG_SHA=$SHA" >> $GITHUB_ENV
4142
42-
- name: Bump to date-commit-stamped version
43+
- name: Bump to date-commit-stamped version --no-git-tag-version tag ${{ env.DEV_TAG }} sha ${{ env.ORIG_SHA }}
4344
run: npm version "${{ env.DEV_TAG }}" --no-git-tag-version
4445

4546
- name: Log in to Docker Hub

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@ If you like this project and find it useful, please consider giving it a star on
88
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
99
</a>
1010

11+
## [3.1.3] - 2025-07-14
12+
13+
### Added
14+
15+
- [endpoint]: Improved jsdoc description on endpoint helpers.
16+
- [endpoint]: Added createDefaultMomentarySwitchClusterServer() cluster helper.
17+
18+
### Changed
19+
20+
- [package]: Updated dependencies.
21+
- [vendorId]: Added Shortcut Labs Flic (0x1488).
22+
- [server]: Refactored serverNode event handlers and types.
23+
- [matterbridge]: Removed duplicated properties.
24+
25+
### Fixed
26+
27+
- [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down.
28+
29+
<a href="https://www.buymeacoffee.com/luligugithub">
30+
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
31+
</a>
32+
1133
## [3.1.2] - 2025-07-06
1234

1335
### Development Breaking Changes
@@ -103,8 +125,6 @@ If you like this project and find it useful, please consider giving it a star on
103125
- [energy]: Added parameter for cumulativeEnergyExported to the helper. For solar power device.
104126
- [platform]: Removed long deprecated methods: validateEntityBlackList and validateDeviceWhiteBlackList. Use validateDevice and validateEntity.
105127

106-
### Fixed
107-
108128
<a href="https://www.buymeacoffee.com/luligugithub">
109129
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
110130
</a>

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,14 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
376376

377377
A Matterbridge plugin for Airthings air quality monitors via the Airthings Consumer API.
378378

379+
### [Daikin AC](https://github.com/andrasg/matterbridge-daikin-ac)
380+
381+
The plugin uses local connection to Daikin Wifi modules. The plugin does not work with Daikin cloud (Onecta) connected devices.
382+
383+
### [Roborock](https://github.com/RinDevJunior/matterbridge-roborock-vacuum-plugin)
384+
385+
Matterbridge Roborock Platform Plugin is a dynamic platform plugin for Matterbridge that integrates Roborock vacuums into the Matter ecosystem, enabling control via Apple Home and other Matter-compatible apps.
386+
379387
## How to install and add a plugin with the frontend (best option)
380388

381389
Just open the frontend on the link provided in the log, select a plugin and click install.

0 commit comments

Comments
 (0)