Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions public/svgs/wrench.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src-11ty/_includes/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,17 @@
}

.installer-card install-esphome-firmware,
.installer-card install-esp-bridge-firmware {
.installer-card install-esp-bridge-firmware,
.installer-card recover-adapter {
width: 100%;
border: none;
min-height: 600px;
border-radius: 16px;
}

install-esphome-firmware .min-h-screen,
install-esp-bridge-firmware .min-h-screen {
install-esp-bridge-firmware .min-h-screen,
recover-adapter .min-h-screen {
min-height: auto !important;
}

Expand Down
5 changes: 5 additions & 0 deletions src-11ty/home-assistant-connect-zwa-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ actions:
icon: /svgs/install.svg
experimental: true

- title: Recover adapter
description: Recover a non-responsive ZWA-2 adapter.
href: /home-assistant-connect-zwa-2/recover
icon: /svgs/wrench.svg

- title: Documentation
description: User documentation, troubleshooting, and resources
href: https://support.nabucasa.com/hc/en-us/categories/28669861145885
Expand Down
19 changes: 19 additions & 0 deletions src-11ty/home-assistant-connect-zwa-2/recover.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: install.html
title: Recover adapter
subtitle: Recover a non-responsive ZWA-2 adapter
description: Recover a non-responsive Home Assistant Connect ZWA-2
backHref: /home-assistant-connect-zwa-2/
hero: |
<p>
Attempt to recover an unresponsive ZWA-2 by identifying known issues and applying appropriate fixes.
</p>
---

<div class="installer-wrapper">
<div class="installer-card">
<recover-adapter></recover-adapter>
</div>
</div>

<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/recover-adapter.js"></script>