Skip to content

Commit 83ef9f7

Browse files
committed
Release v0.6.0
* Fixed TypeError if device type is not available * Support [HACS](https://hacs.xyz/)
1 parent a838167 commit 83ef9f7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Update Zigbee2mqtt to version 1.5.1 or later, earlier version may not work.
1212

13-
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.5.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
13+
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.
1414

1515
In `configuration.yaml`:
1616
``` yaml
@@ -31,7 +31,7 @@ and in `ui-lovelace.yaml`:
3131

3232
``` yaml
3333
resources:
34-
- url: /local/zigbee2mqtt-networkmap.js?v=0.5.0
34+
- url: /local/zigbee2mqtt-networkmap.js?v=0.6.0
3535
type: module
3636

3737
views:
@@ -71,14 +71,19 @@ change version string in `ui-lovelace.yaml`:
7171

7272
``` yaml
7373
resources:
74-
- url: /local/zigbee2mqtt-networkmap.js?v=0.5.0 # change `v=0.4.0` to `v=0.5.0`
74+
- url: /local/zigbee2mqtt-networkmap.js?v=0.6.0 # change `v=0.5.0` to `v=0.6.0`
7575
type: module
7676
```
7777
7878
And then refresh the browser.
7979
8080
## Changelog
8181
82+
#### [0.6.0] - 2019-12-02
83+
84+
* Fixed TypeError if device type is not available
85+
* Support [HACS](https://hacs.xyz/)
86+
8287
#### [0.5.0] - 2019-08-27
8388
8489
* Recalculate width/height on window resize

0 commit comments

Comments
 (0)