Skip to content

Commit 05a849d

Browse files
committed
Release v0.4.0
Workaround empty map problem in Firefox
1 parent cb5feb0 commit 05a849d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

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

99
## Home Assistant setup
1010

11-
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.3.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
11+
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.4.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
1212

1313
In `configuration.yaml`:
1414
``` yaml
@@ -29,7 +29,7 @@ and in `ui-lovelace.yaml`:
2929

3030
``` yaml
3131
resources:
32-
- url: /local/zigbee2mqtt-networkmap.js?v=0.3.0
32+
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0
3333
type: module
3434

3535
views:
@@ -58,14 +58,18 @@ change version string in `ui-lovelace.yaml`:
5858

5959
``` yaml
6060
resources:
61-
- url: /local/zigbee2mqtt-networkmap.js?v=0.3.0 # change `v=0.2.0` to `v=0.3.0`
61+
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0 # change `v=0.3.0` to `v=0.4.0`
6262
type: module
6363
```
6464
6565
And then refresh the browser.
6666
6767
## Changelog
6868
69+
#### [0.4.0] - 2019-08-23
70+
71+
Workaround empty map problem in Firefox.
72+
6973
#### [0.3.0] - 2019-08-22
7074
7175
Filter all dead links.

0 commit comments

Comments
 (0)