Skip to content

Commit

Permalink
Dev 2.2.20-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Oct 7, 2024
1 parent 69883e7 commit fbc6712
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ A fully working installation of zigbee2MQTT is required.

See the guidelines on [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt/blob/master/README.md) for more information.

## How to install
## How to install the plugin

### If you want to use the plugin
### With the frontend (preferred method)

Just open the frontend, select the matterbridge-zigbee2mqtt plugin and click on install. If you are using Matterbridge with Docker (I suggest you do it), all plugins are already loaded in the container so you just need to select and add it.

### Without the frontend

On windows:

Expand All @@ -68,10 +72,10 @@ matterbridge -add matterbridge-zigbee2mqtt
Then start Matterbridge

```
matterbridge -bridge
matterbridge
```

### If you want to contribute to the plugin
## If you want to contribute to the plugin

On windows:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-zigbee2mqtt",
"version": "2.1.20-dev.2",
"version": "2.2.20-dev.2",
"description": "Matterbridge zigbee2mqtt plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down

0 comments on commit fbc6712

Please sign in to comment.