File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed
home-assistant-connect-zwa-2 Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 127127 }
128128
129129 .installer-card install-esphome-firmware ,
130- .installer-card install-esp-bridge-firmware {
130+ .installer-card install-esp-bridge-firmware ,
131+ .installer-card recover-adapter {
131132 width : 100% ;
132133 border : none;
133134 min-height : 600px ;
134135 border-radius : 16px ;
135136 }
136137
137138 install-esphome-firmware .min-h-screen ,
138- install-esp-bridge-firmware .min-h-screen {
139+ install-esp-bridge-firmware .min-h-screen ,
140+ recover-adapter .min-h-screen {
139141 min-height : auto !important ;
140142 }
141143
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ actions:
2525 icon : /svgs/install.svg
2626 experimental : true
2727
28+ - title : Recover adapter
29+ description : Recover a non-responsive ZWA-2 adapter.
30+ href : /home-assistant-connect-zwa-2/recover
31+ icon : /svgs/wrench.svg
32+
2833 - title : Documentation
2934 description : User documentation, troubleshooting, and resources
3035 href : https://support.nabucasa.com/hc/en-us/categories/28669861145885
Original file line number Diff line number Diff line change 1+ ---
2+ layout: install.html
3+ title: Recover adapter
4+ subtitle: Recover a non-responsive ZWA-2 adapter
5+ description: Recover a non-responsive Home Assistant Connect ZWA-2
6+ backHref: /home-assistant-connect-zwa-2/
7+ hero: |
8+ <p >
9+ Attempt to recover an unresponsive ZWA-2 by identifying known issues and applying appropriate fixes.
10+ </p >
11+ ---
12+
13+ <div class =" installer-wrapper" >
14+ <div class =" installer-card" >
15+ <recover-adapter ></recover-adapter >
16+ </div >
17+ </div >
18+
19+ <script type =" module" src =" https://home-assistant.github.io/zwa2-toolbox/standalone/recover-adapter.js" ></script >
You can’t perform that action at this time.
0 commit comments