File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,15 @@ export class Zwa2InstallPoEPage extends LitElement {
226226 </ li >
227227 < li >
228228 Configure the Z-Wave JS Server to use the following serial port:
229- < code > esphome://WAVESHARE-BOARD-IP</ code >
230- < br />
231- < b > Example:</ b > < code > esphome://192.168.1.100</ code >
229+ < code > esphome://WAVESHARE-BOARD-IP</ code > . Replace
230+ WAVESHARE-BOARD-IP with the IP address of your Waveshare board.
231+ If the IP address of your Waveshare board is
232+ < code > 192.168.1.100</ code > , the serial port would be
233+ < code > esphome://192.168.1.100</ code > . < br /> < br />
234+ < i >
235+ Note: this is for the configuration of the Z-Wave JS Server,
236+ not inside Home Assistant!
237+ </ i >
232238 </ li >
233239 </ ol >
234240 </ li >
Original file line number Diff line number Diff line change @@ -121,9 +121,14 @@ export class Zwa2InstallPortablePage extends LitElement {
121121 < li > Find the IP address of the ZWA-2 on your network.</ li >
122122 < li >
123123 Configure the Z-Wave JS Server to use the following serial port:
124- < code > esphome://ZWA-2-IP</ code >
125- < br />
126- < b > Example:</ b > < code > esphome://192.168.1.100</ code >
124+ < code > esphome://ZWA-2-IP</ code > . Replace ZWA-2-IP with the IP
125+ address of your ZWA-2. If the IP address of your ZWA-2 is
126+ < code > 192.168.1.100</ code > , the serial port would be
127+ < code > esphome://192.168.1.100</ code > . < br /> < br />
128+ < i >
129+ Note: this is for the configuration of the Z-Wave JS Server,
130+ not inside Home Assistant!
131+ </ i >
127132 </ li >
128133 </ ol >
129134 </ li >
You can’t perform that action at this time.
0 commit comments