Add ZWA-2 recover wizard#24
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new “Recover adapter” step/page to the Home Assistant Connect ZWA-2 section, enabling users to launch the recovery flow via the hosted zwa2-toolbox standalone web component.
Changes:
- Added a new
recover.njkpage using the existinginstall.htmllayout and embedding the<recover-adapter>web component. - Exposed the new recovery page as an action on the ZWA-2 overview page.
- Updated
install.htmlstyling rules to include the newrecover-adaptercustom element.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src-11ty/home-assistant-connect-zwa-2/recover.njk |
New recovery page that renders the recovery component and loads its module script. |
src-11ty/home-assistant-connect-zwa-2/index.md |
Adds a “Recover adapter” entry to the actions list linking to the new page. |
src-11ty/_includes/install.html |
Extends existing installer-card CSS selectors to style <recover-adapter> consistently. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
PR title should be
|
|
The page seems to be slightly broken for me: |
|
Probably a stale CSS in the cache. |
|
The CSS isn't found at all for that subpage. Looks like it's trying to fetch a wrong location? (Screenshot with 404 above) |
|
The page needs to be added to the Vite config Lines 79 to 128 in 0b1c98d PR: |

No description provided.