Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
* Update for new zigbee2mqtt API added in 1.17.0
  • Loading branch information
azuwis committed Aug 18, 2021
1 parent b6f2dcd commit 10e76eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sensor:
### Frontend setup (manual)
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.6.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.7.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.

Enable [Lovelace YAML mode](https://www.home-assistant.io/lovelace/yaml-mode/).

Expand All @@ -42,7 +42,7 @@ In `configuration.yaml`:
lovelace:
mode: yaml
resources:
- url: /local/zigbee2mqtt-networkmap.js?v=0.6.0
- url: /local/zigbee2mqtt-networkmap.js?v=0.7.0
type: module
```
Expand Down Expand Up @@ -102,7 +102,7 @@ change version string in `configuration.yaml`:

``` yaml
resources:
- url: /local/zigbee2mqtt-networkmap.js?v=0.6.0 # change `v=0.5.0` to `v=0.6.0`
- url: /local/zigbee2mqtt-networkmap.js?v=0.7.0 # change `v=0.6.0` to `v=0.7.0`
type: module
```
Expand All @@ -128,6 +128,10 @@ https://github.com/Koenkk/zigbee2mqtt/issues/2436 for discussion.

## Changelog

#### [0.7.0] - 2021-08-18

* Update for new zigbee2mqtt API added in 1.17.0, thank @marcins

#### [0.6.0] - 2019-12-02

* Fixed TypeError if device type is not available, thank @ChrisScheffler
Expand Down

0 comments on commit 10e76eb

Please sign in to comment.