Skip to content

Commit f7c8403

Browse files
committed
Clarify where to configure esphome URL
1 parent 5140738 commit f7c8403

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

src/pages/zwa2-install-poe.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/pages/zwa2-install-portable.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)