Skip to content

Commit

Permalink
Merge pull request #17 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.0.13
  • Loading branch information
Luligu committed May 4, 2024
2 parents 97b9f63 + 3aed6f4 commit 5c0621a
Show file tree
Hide file tree
Showing 9 changed files with 2,665 additions and 52 deletions.
88 changes: 44 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# Dependencies
node_modules/

# Compiled output
dist/
tsconfig.tsbuildinfo

# VSC
.vscode

# Output of 'npm pack'
*.tgz

# Npm install
package-lock.json

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# zigbee2mqtt
bridge-info.json
bridge-devices.json
# Dependencies
node_modules/

# Compiled output
dist/
tsconfig.tsbuildinfo

# VSC
.vscode

# Output of 'npm pack'
*.tgz

# Npm install
# package-lock.json

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# zigbee2mqtt
bridge-info.json
bridge-devices.json
bridge-groups.json
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,6 @@ __test__
Screenshot*.jpg
Screenshot*.png
yellow-button.png
screenshot

TODO.md
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [2.0.13] - 2024-05-02

### Added

- [groups]: Added ColorControl.

### Fixed

- [payload]: Fixed the case when z2m sends empty action in the payload.

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

## [2.0.12] - 2024-04-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ If you want to exclude "temperature" and "humidity" for the device "My motion se
```


You can edit the config file (shutdown Matterbridge before):
You can edit the config file. You have to shutdown Matterbridge before. If you use docker send docker stop matterbridge, edit and save the config then send docker start matterbridge.

On windows:
```
Expand Down Expand Up @@ -215,5 +215,5 @@ The DoorLock cluster in the Home app takes a while to get online. The Home app s

## Home Assistant issues (Matter Server for HA is still in Beta)

Sometimes you need to do a full restart of HA.
If HA doesn't show all devices just reload the HA Matter Server

Loading

0 comments on commit 5c0621a

Please sign in to comment.