We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d101b commit 1f65f63Copy full SHA for 1f65f63
src/pages/zwa2-install-poe.ts
@@ -13,14 +13,6 @@ export class Zwa2InstallPoEPage extends LitElement {
13
}
14
`;
15
16
- handleInstall() {
17
- window.open(
18
- 'https://home-assistant.github.io/zwa2-toolbox/',
19
- '_blank',
20
- 'noopener,noreferrer'
21
- );
22
- }
23
-
24
render() {
25
const isSerialUnavailable = !('serial' in navigator);
26
@@ -122,6 +114,10 @@ export class Zwa2InstallPoEPage extends LitElement {
122
114
<li>Download backup is at the bottom of the page.</li>
123
115
</ol>
124
116
</li>
117
+ <li>
118
+ Make sure the Power-over-Ethernet cable is not connected to the
119
+ Waveshare board.
120
+ </li>
125
121
<li>
126
Connect the Waveshare board to your computer via USB, click this
127
button and follow the instructions to install:
0 commit comments