Releases: Luligu/matterbridge-example-dynamic-platform
Releases · Luligu/matterbridge-example-dynamic-platform
Release 1.3.3
Release 1.3.2
Release 1.3.1
[1.3.1] - 2025-07-04
Added
- [platform]: Added solarPower device type (not supported by the Home app).
- [platform]: Added batteryStoraga device type (not supported by the Home app).
- [platform]: Added heatPump device type (not supported by the Home app).
Changed
- [platform]: Changed imports from matterbridge/devices.
- [package]: Require matterbridge 3.1.1.
Release 1.3.0
[1.3.0] - 2025-06-25
Added
- [DevContainer]: Added support for the Matterbridge Dev Container with an optimized named volume for
node_modules
. - [GitHub]: Added GitHub issue templates for bug reports and feature requests.
- [ESLint]: Refactored the flat config.
- [ESLint]: Added the plugins
eslint-plugin-promise
,eslint-plugin-jsdoc
, and@vitest/eslint-plugin
. - [Jest]: Refactored the flat config.
- [Vitest]: Added Vitest for TypeScript project testing. It will replace Jest, which does not work correctly with ESM module mocks.
- [JSDoc]: Added missing JSDoc comments, including
@param
and@returns
tags. - [CodeQL]: Added CodeQL badge in the readme.
- [Codecov]: Added Codecov badge in the readme.
Changed
- [package]: Require matterbridge 3.0.6.
- [package]: Updated package to Automator v. 2.0.1.
- [package]: Updated dependencies.
- [storage]: Bumped
node-storage-manager
to 2.0.0. - [logger]: Bumped
node-ansi-logger
to 3.1.1.
Release 1.2.4
[1.2.4] - 2025-06-13
Added
- [npm]: The dev of matterbridge-example-dynamic-platform is published with tag dev on npm each day at 00:00 UTC if there is a new commit.
Changed
- [package]: Require matterbridge 3.0.6.
- [package]: Updated package.
- [package]: Updated dependencies.
- [subscribe]: Prevent attribute setting when context is offline for air purifier and fan.
Release 1.2.3
[1.2.3] - 2025-05-25
Added
- [platform]: Added a cover device with both lift and tilt (supported by the Home app).
- [platform]: Added evse (EV charger) device type (not supported by the Home app).
Changed
- [package]: Require matterbridge 3.0.5.
- [package]: Updated package.
- [package]: Updated dependencies.
1.2.2
[1.2.2] - 2025-05-19
Changed
- [package]: Added waterHeater device type (not supported by Alexa and Apple Home)
Changed
- [package]: Changed the RVC from local implementation to the new RoboticVacuumCleaner class from matterbridge.
- [package]: Require matterbridge 3.0.3.
- [package]: Updated package.
- [package]: Updated dependencies.
Release 1.2.1
Release 1.2.0
[1.2.0] - 2025-04-30
Added
- [platform]: Added Robot Vacuum Cleaner device (supported by SmartThings, Alexa, Home Assistant and partially by Apple Home). Read carefully the readme please.
- [platform]: Added OnOff Mounted Switch device (supported by SmartThings, Alexa, Home Assistant).
- [platform]: Added Dimmer Mounted Switch device (supported by SmartThings, Alexa, Home Assistant).
- [platform]: Added Laundry Washer device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Laundry Dryer device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Dishwasher device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Refrigerator device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Oven device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Microwave Oven device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Extractor Hood device (supported by SmartThings, Alexa and Home Assistant).
- [platform]: Added Cooktop device (supported by SmartThings, Alexa and Home Assistant).
Changed
- [package]: Require matterbridge 3.0.0.
- [package]: Updated package.
- [package]: Updated dependencies.
Release 1.1.9
[1.1.9] - 2025-04-07
Added
- [platform]: Added select devices for the frontend Devices panel in the home page.
- [config]: Added enableConcentrationMeasurements option to fix the Apple Home issue: Air Quality devices and all SmokeCoAlarm sensors (with or without Smoke and Co) don't show up in the Home app if any of the concentration measurements clusters is present (Carbon Monoxide Concentration Measurements included).
- [platform]: Added smoke only SmokeCoAlarm sensor (supported by Apple Home 18.4).
- [platform]: Added co only SmokeCoAlarm sensor (supported by Apple Home 18.4).
Changed
- [package]: Require matterbridge 2.2.7.
- [package]: Updated package.
- [package]: Updated dependencies.