Skip to content

Commit

Permalink
Upgrade to 1.21.2-1 + documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogojevic authored Oct 9, 2021
1 parent 1cfe85f commit 804c994
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setting up
1. Git clone this project into your add-ons folder
2. Remove the `image` key from `hassio-zigbee2mqtt/zigbee2mqtt-edge/config.json` to enable local builds.
2. Remove the `image` key from `nbogojevic/zigbee2mqtt-edge/config.json` to enable local builds.
3. Add back `"image": "dwelch2101/zigbee2mqtt-edge-{arch}"` to `zigbee2mqtt-edge/config.json` after you're done.

# Upgrading the Zigbee2mqtt version
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2021 Nenad Bogojevic et al
See also: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![alt text][logo]
# Home Assistant Add-on: Zigbee2mqtt
Run [Zigbee2mqtt] as a Home Assistant Add-on
Run [Zigbee2mqtt] as a Home Assistant Add-on. This add-on allows running 2 instances of zigbee2mqtt at the same time.

This work is derived from https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

## Installation
Add the repository URL under **Supervisor → Add-on store → ⋮ → Manage add-on repositories**:
Expand Down
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Home Assistant Add-on: Zigbee2mqtt",
"name": "Home Assistant Add-on: Zigbee2mqtt (multi-instance)",
"url": "https://github.com/nbogojevic/hassio-zigbee2mqtt",
"maintainer": "Nenad Bogojevic"
}
4 changes: 2 additions & 2 deletions zigbee2mqtt-auxiliary/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt (auxiliary)",
"version": "1.21.1-1",
"version": "1.21.2-1",
"slug": "zigbee2mqtt-auxiliary",
"description": "Use your ZigBee devices without the vendor's bridge or gateway (auxiliary)",
"uart": true,
Expand Down Expand Up @@ -95,7 +95,7 @@
"serial": {
"port": "str",
"disable_led": "bool?",
"adapter": "match(^zstack|deconz|zigate|ezsp$)?"
"adapter": "match(zstack|deconz|zigate|ezsp)?"
},
"blocklist": [
"str?"
Expand Down

0 comments on commit 804c994

Please sign in to comment.