Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions src-11ty/_includes/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@

.installer-card install-esphome-firmware,
.installer-card install-esp-bridge-firmware,
.installer-card install-firmware,
.installer-card configure-zwa2,
.installer-card recover-adapter {
width: 100%;
border: none;
Expand All @@ -137,6 +139,8 @@

install-esphome-firmware .min-h-screen,
install-esp-bridge-firmware .min-h-screen,
install-firmware .min-h-screen,
configure-zwa2 .min-h-screen,
recover-adapter .min-h-screen {
min-height: auto !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src-11ty/home-assistant-connect-zbt-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ productSubtitle: Zigbee & Thread 3.0 USB adapter

actions:
- title: Install firmware
description: Update your ZBT-1 with the latest Zigbee or Thread firmware
description: Update your ZBT-1 with the latest Zigbee, Zigbee Repeater or Thread firmware
href: /home-assistant-connect-zbt-1/install
icon: /svgs/install.svg

Expand Down
2 changes: 1 addition & 1 deletion src-11ty/home-assistant-connect-zbt-1/install.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: install.html
title: Install firmware
subtitle: Update your ZBT-1 with the latest Zigbee or Thread firmware
subtitle: Update your ZBT-1 with the latest Zigbee, Zigbee Repeater or Thread firmware
description: Install the latest Zigbee or Thread firmware on your ZBT-1
Comment thread
stvncode marked this conversation as resolved.
Outdated
backHref: /home-assistant-connect-zbt-1/
hero: |
Expand Down
2 changes: 1 addition & 1 deletion src-11ty/home-assistant-connect-zbt-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ productSubtitle: Zigbee 3.0 & Thread USB adapter

actions:
- title: Install firmware
description: Update your ZBT-2 with the latest Zigbee or Thread firmware
description: Update your ZBT-2 with the latest Zigbee, Zigbee Repeater or Thread firmware
href: /home-assistant-connect-zbt-2/install
icon: /svgs/install.svg

Expand Down
2 changes: 1 addition & 1 deletion src-11ty/home-assistant-connect-zbt-2/install.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: install.html
title: Install Firmware
subtitle: Update your ZBT-2 with the latest Zigbee or Thread firmware
subtitle: Update your ZBT-2 with the latest Zigbee, Zigbee Repeater or Thread firmware
description: Install the latest Zigbee or Thread firmware on your ZBT-2
Comment thread
stvncode marked this conversation as resolved.
backHref: /home-assistant-connect-zbt-2/
hero: |
Expand Down
19 changes: 19 additions & 0 deletions src-11ty/home-assistant-connect-zwa-2/configure-zwa2.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: install.html
title: Configure ZWA-2
subtitle: Change region, view DSK and QR code
description: Configure your Home Assistant Connect ZWA-2
backHref: /home-assistant-connect-zwa-2/
hero: |
<p>
Configure an existing ZWA-2 adapter. Change the Z-Wave region, view the DSK, and display the QR code for SmartStart inclusion.
</p>
---

<div class="installer-wrapper">
<div class="installer-card">
<configure-zwa2></configure-zwa2>
</div>
</div>

<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/configure-zwa2.js"></script>
17 changes: 17 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,23 @@ actions:
icon: /svgs/install.svg
experimental: true

- title: Install Z-Wave repeater firmware
description: This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network.
href: /home-assistant-connect-zwa-2/install-repeater
icon: /svgs/install.svg
experimental: true

- title: Install Z-Wave Zniffer firmware
description: This firmware is for Z-Wave developers, and can be used to inspect packets, decode traffic, send commands, gather statistics, and more.
href: /home-assistant-connect-zwa-2/install-zniffer
icon: /svgs/install.svg
experimental: true

- title: Configure ZWA-2
description: Change region, view DSK and QR code for an existing ZWA-2.
href: /home-assistant-connect-zwa-2/configure-zwa2
icon: /svgs/wrench.svg

- title: Recover adapter
description: Recover a non-responsive ZWA-2 adapter.
href: /home-assistant-connect-zwa-2/recover
Expand Down
19 changes: 19 additions & 0 deletions src-11ty/home-assistant-connect-zwa-2/install-repeater.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: install.html
title: Install Z-Wave repeater firmware
subtitle: Turn ZWA-2 into a standalone Z-Wave repeater
description: Install Z-Wave repeater firmware on your Home Assistant Connect ZWA-2
backHref: /home-assistant-connect-zwa-2/
hero: |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we have support for block tags to bring things into other parts of html

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No other pages in the project use block tag, the new pages are just following the existing convention

<p>
This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network.
</p>
---

<div class="installer-wrapper">
<div class="installer-card">
<install-firmware firmware="repeater"></install-firmware>
</div>
</div>

<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script>
19 changes: 19 additions & 0 deletions src-11ty/home-assistant-connect-zwa-2/install-zniffer.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: install.html
title: Install Z-Wave Zniffer firmware
subtitle: Inspect packets, decode traffic, and gather statistics
description: Install Z-Wave Zniffer firmware on your Home Assistant Connect ZWA-2
backHref: /home-assistant-connect-zwa-2/
hero: |
<p>
This firmware is for Z-Wave developers, and can be used to inspect packets, decode traffic, send commands, gather statistics, and more.
</p>
---

<div class="installer-wrapper">
<div class="installer-card">
<install-firmware firmware="zniffer"></install-firmware>
</div>
</div>

<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script>
12 changes: 12 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ export default defineConfig({
__dirname,
'dist/home-assistant-connect-zwa-2/recover/index.html'
),
homeAssistantConnectZwa2InstallRepeater: resolve(
__dirname,
'dist/home-assistant-connect-zwa-2/install-repeater/index.html'
),
homeAssistantConnectZwa2InstallZniffer: resolve(
__dirname,
'dist/home-assistant-connect-zwa-2/install-zniffer/index.html'
),
homeAssistantConnectZwa2ConfigureZwa2: resolve(
__dirname,
'dist/home-assistant-connect-zwa-2/configure-zwa2/index.html'
),
homeAssistantConnectZbt1: resolve(
__dirname,
'dist/home-assistant-connect-zbt-1/index.html'
Expand Down
Loading