Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
Workaround empty map problem in Firefox
  • Loading branch information
azuwis committed Aug 23, 2019
1 parent cb5feb0 commit 05a849d
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 @@ -8,7 +8,7 @@

## Home Assistant setup

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.
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.

In `configuration.yaml`:
``` yaml
Expand All @@ -29,7 +29,7 @@ and in `ui-lovelace.yaml`:

``` yaml
resources:
- url: /local/zigbee2mqtt-networkmap.js?v=0.3.0
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0
type: module

views:
Expand Down Expand Up @@ -58,14 +58,18 @@ change version string in `ui-lovelace.yaml`:

``` yaml
resources:
- url: /local/zigbee2mqtt-networkmap.js?v=0.3.0 # change `v=0.2.0` to `v=0.3.0`
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0 # change `v=0.3.0` to `v=0.4.0`
type: module
```
And then refresh the browser.
## Changelog
#### [0.4.0] - 2019-08-23
Workaround empty map problem in Firefox.
#### [0.3.0] - 2019-08-22
Filter all dead links.
Expand Down

0 comments on commit 05a849d

Please sign in to comment.