Skip to content

Commit 0b1c98d

Browse files
authored
Add ZWA-2 recover wizard (#24)
* Add zaw2 recover step * change icon to wrench
1 parent 7fcdbc0 commit 0b1c98d

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

public/svgs/wrench.svg

Lines changed: 3 additions & 0 deletions
Loading

src-11ty/_includes/install.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,17 @@
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

src-11ty/home-assistant-connect-zwa-2/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

0 commit comments

Comments
 (0)