Skip to content

Commit

Permalink
Merge pull request #36 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.1.4
  • Loading branch information
Luligu committed Jun 30, 2024
2 parents 0be85bc + 345495e commit c1cb887
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 158 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog
# <img src="https://github.com/Luligu/matterbridge/blob/main/frontend/public/matterbridge%2064x64.png" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge zigbee2mqtt plugin changelog

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.

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

## [2.1.4] - 2024-06-30

### Changed

- [dependencies]: Update dependencies.
- [dependencies]: Update eslint to 9.6.0.

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

## [2.1.3] - 2024-06-23

### Added
Expand Down
4 changes: 3 additions & 1 deletion 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.

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

### Matterbridge
Expand Down Expand Up @@ -238,7 +240,7 @@ For general controller issues check the Matterbridge Known issues section

## Alexa

In the plugin config add each switch device to the lightList or outletList cause they don't show up like switch (Matterbridge uses a modified switch device type without client cluster that Alexa doesn't recognize).
In the plugin config add each switch device to the lightList or outletList if they don't show up like switch (Matterbridge uses a modified switch device type without client cluster that Alexa doesn't recognize).

## SmartThings

Expand Down
2 changes: 1 addition & 1 deletion matterbridge-zigbee2mqtt.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"switchList": {
"description": "The devices in the list will be exposed like switches.",
"description": "The devices in the list will be exposed like switches. (don't use it for Alexa, use lightList or outletList instead)",
"type": "array",
"items": {
"type": "string"
Expand Down
150 changes: 78 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c1cb887

Please sign in to comment.