Skip to content

Commit 3ca5d3a

Browse files
committed
Release v0.10.0
* Prevent undefined exception #78 * Use Github actions to deploy github-pages
1 parent 15b6880 commit 3ca5d3a

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
@@ -52,7 +52,7 @@ Make sure to use the same name of the sensor defined under `configuration.yaml`,
5252

5353
### Frontend setup (YAML mode)
5454

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

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

@@ -62,7 +62,7 @@ In `configuration.yaml`:
6262
lovelace:
6363
mode: yaml
6464
resources:
65-
- url: /local/zigbee2mqtt-networkmap.js?v=0.9.0
65+
- url: /local/zigbee2mqtt-networkmap.js?v=0.10.0
6666
type: module
6767
6868
```
@@ -111,7 +111,7 @@ change version string in `configuration.yaml`:
111111

112112
``` yaml
113113
resources:
114-
- url: /local/zigbee2mqtt-networkmap.js?v=0.9.0 # change `v=x.x.x` to `v=0.9.0`
114+
- url: /local/zigbee2mqtt-networkmap.js?v=0.10.0 # change `v=x.x.x` to `v=0.10.0`
115115
type: module
116116
```
117117
@@ -137,6 +137,11 @@ https://github.com/Koenkk/zigbee2mqtt/issues/2436 for discussion.
137137

138138
## Changelog
139139

140+
#### [0.10.0] - 2025-01-11
141+
142+
* Prevent undefined exception #78
143+
* Use Github actions to deploy github-pages
144+
140145
#### [0.9.0] - 2024-02-29
141146

142147
* Fix link label text position and node text background #53

0 commit comments

Comments
 (0)