Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
* Fix link label text position and node text background #53
* Add Github actions to build and release
  • Loading branch information
azuwis committed Feb 29, 2024
1 parent f7b7b84 commit bd7cf91
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Make sure to use the same name of the sensor defined under `configuration.yaml`,

### Frontend setup (YAML mode)

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

Enable [Dashboard YAML mode](https://www.home-assistant.io/dashboards/dashboards/#using-yaml-for-the-default-dashboard).

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

``` yaml
resources:
- url: /local/zigbee2mqtt-networkmap.js?v=0.8.0 # change `v=0.7.0` to `v=0.8.0`
- url: /local/zigbee2mqtt-networkmap.js?v=0.9.0 # change `v=x.x.x` to `v=0.9.0`
type: module
```
Expand All @@ -137,6 +137,11 @@ https://github.com/Koenkk/zigbee2mqtt/issues/2436 for discussion.

## Changelog

#### [0.9.0] - 2024-02-29

* Fix link label text position and node text background #53
* Add Github actions to build and release

#### [0.8.0] - 2023-05-29

* Allow config mqtt full topic and payload, see [Backend setup](#backend-setup) and [Issue #45](https://github.com/azuwis/zigbee2mqtt-networkmap/issues/45)
Expand Down

0 comments on commit bd7cf91

Please sign in to comment.