Skip to content

Commit

Permalink
Merge pull request #85 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
Luligu authored Dec 4, 2024
2 parents 1e49c14 + c9053df commit 4eb6840
Show file tree
Hide file tree
Showing 14 changed files with 1,220 additions and 782 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jest.config.js
screenshot

# other stuff
tsconfig.production.json
temp/
mock/
TODO.md
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ If you like this project and find it useful, please consider giving it a star on

All notable changes to this project will be documented in this file.

## [2.3.0] - 2024-12-04

### Added

- [matterbridge]: Verified to work with Matterbridge edge (matter.js new API).
- [covers]: Add position movement updates to the controller.
- [covers]: Fix group cover at controller.
- [zigbeeEntity]: Add create async to ZigbeeDevice and ZigbeeGroup.

### Changed

- [package]: Updated dependencies.
- [plugin]: Requires Matterbridge 1.6.5.

### Fixed

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [2.2.2] - 2024-11-26

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Matterbridge zigbee2mqtt is a matterbridge production-level plugin that expose a

No hub or dedicated hardware needed.

Interested in super fast and autonomous automations for zigbee2mqtt? Try this: https://github.com/Luligu/zigbee2mqtt-automations

If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-zigbee2mqtt and sponsoring it.

## Prerequisites
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import jesteslint from 'eslint-plugin-jest';
Expand Down
Loading

0 comments on commit 4eb6840

Please sign in to comment.