Skip to content

Commit 1f65f63

Browse files
committed
Mention to disconnect PoE before connecting it for installation
1 parent 07d101b commit 1f65f63

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/pages/zwa2-install-poe.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ export class Zwa2InstallPoEPage extends LitElement {
1313
}
1414
`;
1515

16-
handleInstall() {
17-
window.open(
18-
'https://home-assistant.github.io/zwa2-toolbox/',
19-
'_blank',
20-
'noopener,noreferrer'
21-
);
22-
}
23-
2416
render() {
2517
const isSerialUnavailable = !('serial' in navigator);
2618

@@ -122,6 +114,10 @@ export class Zwa2InstallPoEPage extends LitElement {
122114
<li>Download backup is at the bottom of the page.</li>
123115
</ol>
124116
</li>
117+
<li>
118+
Make sure the Power-over-Ethernet cable is not connected to the
119+
Waveshare board.
120+
</li>
125121
<li>
126122
Connect the Waveshare board to your computer via USB, click this
127123
button and follow the instructions to install:

0 commit comments

Comments
 (0)