You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Make sure to use the same name of the sensor defined under `configuration.yaml`,
52
52
53
53
### Frontend setup (YAML mode)
54
54
55
-
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.7.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.8.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
@@ -111,7 +111,7 @@ change version string in `configuration.yaml`:
111
111
112
112
``` yaml
113
113
resources:
114
-
- url: /local/zigbee2mqtt-networkmap.js?v=0.7.0 # change `v=0.6.0` to `v=0.7.0`
114
+
- url: /local/zigbee2mqtt-networkmap.js?v=0.8.0 # change `v=0.7.0` to `v=0.8.0`
115
115
type: module
116
116
```
117
117
@@ -137,6 +137,10 @@ https://github.com/Koenkk/zigbee2mqtt/issues/2436 for discussion.
137
137
138
138
## Changelog
139
139
140
+
#### [0.8.0] - 2023-05-29
141
+
142
+
* Allow config mqtt full topic and payload, see [Backend setup](#backend-setup) and [Issue #45](https://github.com/azuwis/zigbee2mqtt-networkmap/issues/45)
143
+
140
144
#### [0.7.0] - 2021-08-18
141
145
142
146
* Update for new zigbee2mqtt API added in 1.17.0, thank @marcins
0 commit comments