@@ -15,7 +15,11 @@ permalink: /home-assistant-connect-zwa-2/install-portable/index.html
1515 </div >
1616</div >
1717
18- <div class =" troubleshooting-container" style =" display : none ;" id =" troubleshooting" >
18+ <div
19+ class =" troubleshooting-container"
20+ style =" display : none "
21+ id =" troubleshooting"
22+ >
1923 <div class =" troubleshooting-card" >
2024 <h3 >Troubleshooting</h3 >
2125 <p >
@@ -26,35 +30,37 @@ permalink: /home-assistant-connect-zwa-2/install-portable/index.html
2630 configurations in Home Assistant.
2731 </p >
2832 <p >
29- If Home Assistant is connected and you are not able to see your
30- Z-Wave devices, restore the backup.
33+ If Home Assistant is connected and you are not able to see your Z-Wave
34+ devices, restore the backup.
3135 </p >
3236 <ol type =" a" >
3337 <li >
3438 You can do this on the
35-
39+
40+ <a
3641 href =" https://my.home-assistant.io/redirect/config_zwave_js/"
3742 target =" _blank"
3843 rel =" noopener noreferrer"
39- >Z-Wave config panel in Home Assistant</a >.
40- Config → Devices & services → Z-Wave → Settings icon.
44+ >Z-Wave config panel in Home Assistant</a
45+ >. Config → Devices & services → Z-Wave → Settings icon.
4146 </li >
4247 <li >Restore backup is at the bottom of the page.</li >
4348 </ol >
4449 <p >
4550 If you are unable to get it to work, revert back by
46- <a href =" /home-assistant-connect-zwa-2/install" >installing the original firmware</a >
51+ <a href =" /home-assistant-connect-zwa-2/install"
52+ >installing the original firmware</a
53+ >
4754 and connect it directly to Home Assistant.
4855 </p >
4956 <p >
5057 If you want to further customize the ESPHome-based portable Z-Wave
51- firmware that runs on the ZWA-2, you can adopt it inside ESPHome
52- Device Builder. To ensure it continues to work, after adoption, you
53- have to edit the generated YAML and remove the
58+ firmware that runs on the ZWA-2, you can adopt it inside ESPHome Device
59+ Builder. To ensure it continues to work, after adoption, you have to edit
60+ the generated YAML and remove the
5461 <code >encryption</code > and <code >key</code > sections under
55- <code >api:</code >. Z-Wave JS does not currently support ESPHome
56- encryption and the Z-Wave serial protocol has their own encryption
57- mechanism.
62+ <code >api:</code >. Z-Wave JS does not currently support ESPHome encryption
63+ and the Z-Wave serial protocol has their own encryption mechanism.
5864 </p >
5965 </div >
6066</div >
@@ -135,11 +141,11 @@ permalink: /home-assistant-connect-zwa-2/install-portable/index.html
135141 </style >
136142
137143<script type =" module" >
138-
139144 document .addEventListener (' DOMContentLoaded' , () => {
140145 const installerScript = document .createElement (' script' );
141146 installerScript .type = ' module' ;
142- installerScript .src = ' https://home-assistant.github.io/zwa2-toolbox/standalone/install-esphome-firmware.js' ;
147+ installerScript .src =
148+ ' https://home-assistant.github.io/zwa2-toolbox/standalone/install-esphome-firmware.js' ;
143149 document .head .appendChild (installerScript);
144150 });
145151
@@ -148,4 +154,4 @@ permalink: /home-assistant-connect-zwa-2/install-portable/index.html
148154 document .getElementById (' troubleshooting' ).style .display = ' block' ;
149155 }, 300 );
150156 });
151- </script >
157+ </script >
0 commit comments