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
Binary file not shown.
Binary file not shown.
40 changes: 40 additions & 0 deletions public/assets/manifests/zbt2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"product_name": "Home Assistant Connect ZBT-2",
"baudrates": {
"bootloader": [
115200
],
"cpc": [],
"ezsp": [
460800
],
"spinel": [
460800
]
},
"usb_filters": [
{
"pid": 16385,
"vid": 12346
},
{
"pid": 33562,
"vid": 12346
}
],
"firmwares": [
{
"name": "Zigbee (EZSP)",
"url": "/assets/firmwares/zbt2_zigbee_ncp_7.4.4.5.gbl",
"type": "ncp-uart-hw",
"version": "7.4.4.5"
},
{
"name": "OpenThread (RCP)",
"url": "/assets/firmwares/zbt2_openthread_rcp_2.4.4.0_GitHub-7074a43e4_gsdk_4.4.4.gbl",
"type": "ot-rcp",
"version": "2.4.4.0"
}
],
"allow_custom_firmware_upload": true
}
Binary file added public/images/zbt2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src-11ty/home-assistant-connect-zbt-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Update firmware for your Connect ZBT-1 adapter
image: /images/zbt1.jpg

productTitle: Home Assistant Connect ZBT-1
productSubtitle: Zigbee 3.0 USB adapter
productSubtitle: Zigbee & Thread 3.0 USB adapter

actions:
- title: Install firmware
Expand All @@ -29,4 +29,4 @@ actions:
icon: /svgs/github.svg
---

The Home Assistant Connect ZBT-1 (formerly SkyConnect) is a powerful Zigbee 3.0 USB adapter that connects your Zigbee devices to Home Assistant. Easy setup, reliable performance, and seamless integration.
The Home Assistant Connect ZBT-1 (formerly SkyConnect) is a Zigbee 3.0 & Thread USB adapter that connects your Zigbee devices to Home Assistant. Easy setup, reliable performance, and seamless integration.
8 changes: 4 additions & 4 deletions src-11ty/home-assistant-connect-zbt-1/install.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ hero: |
</nabucasa-zigbee-flasher>
</div>

<script type="module">
import '@nabucasa/sl-web-tools';
</script>

---

<style>
.flasher-container {
margin: 24px 0 12px 4px;
}
</style>

<script type="module">
import '@nabucasa/sl-web-tools';
</script>
32 changes: 32 additions & 0 deletions src-11ty/home-assistant-connect-zbt-2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: product-overview.html
title: Home Assistant Connect ZBT-2
description: Update firmware for your Connect ZBT-2 adapter
image: /images/zbt2.webp

productTitle: Home Assistant Connect ZBT-2
productSubtitle: Zigbee 3.0 & Thread USB adapter

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

- title: Documentation
description: Complete documentation, troubleshooting guides, and technical specifications
href: https://support.nabucasa.com/hc/en-us/categories/29400540866973
icon: /svgs/doc.svg

- title: Product info
description: Learn more about Connect ZBT-2 product features, specifications, and where to buy
href: https://www.home-assistant.io/connect/zbt-2/
icon: /svgs/product.svg

- title: Source code
description: View the open-source firmware code
href: https://github.com/NabuCasa/silabs-firmware-builder
icon: /svgs/github.svg
---

The Home Assistant Connect ZBT-2 is a powerful Zigbee 3.0 & Thread USB adapter that connects your Zigbee and Thread devices to Home Assistant. Easy setup, reliable performance, and seamless integration.
35 changes: 35 additions & 0 deletions src-11ty/home-assistant-connect-zbt-2/install.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: install.html
title: Install Firmware
subtitle: Update your ZBT-2 with the latest Zigbee or Thread firmware
description: Install the latest Zigbee or Thread firmware on your ZBT-2
backHref: /home-assistant-connect-zbt-2/
hero: |
<p>
Home Assistant will automatically detect updates for the Home
Assistant Connect ZBT-2 and allow you to install them. This page is
only needed if you are using the device with other software than
Home Assistant.
</p>
<p>
This firmware installer supports installing both the latest version
of the Zigbee and Thread firmware.
</p>

<div class="flasher-container">
<nabucasa-zigbee-flasher manifest="/assets/manifests/zbt2.json">
<span slot="button">Install firmware</span>
</nabucasa-zigbee-flasher>
</div>

---

<style>
.flasher-container {
margin: 24px 0 12px 4px;
}
</style>

<script type="module">
import '@nabucasa/sl-web-tools';
</script>
10 changes: 9 additions & 1 deletion tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ export const tools = [
image: '/images/zwa2.webp',
url: '/home-assistant-connect-zwa-2/',
},
{
slug: 'zbt-2',
title: 'Home Assistant Connect ZBT-2',
description:
'Easiest way to get Zigbee and Matter over Thread devices in Home Assistant.',
image: '/images/zbt2.webp',
url: '/home-assistant-connect-zbt-2/',
},
{
slug: 'vpe',
title: 'Home Assistant Voice Preview Edition',
Expand All @@ -19,7 +27,7 @@ export const tools = [
slug: 'zbt-1',
title: 'Home Assistant Connect ZBT-1',
description:
'Bring Zigbee and Matter over Thread devices in Home Assistant.',
'First generation adapter to bring Zigbee and Matter over Thread devices in Home Assistant.',
image: '/images/zbt1.jpg',
url: '/home-assistant-connect-zbt-1/',
},
Expand Down
8 changes: 8 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ export default defineConfig({
'dist/home-assistant-connect-zbt-1/install/index.html'
),
improv: resolve(__dirname, 'dist/improv/index.html'),
homeAssistantConnectZbt2: resolve(
__dirname,
'dist/home-assistant-connect-zbt-2/index.html'
),
homeAssistantConnectZbt2Install: resolve(
__dirname,
'dist/home-assistant-connect-zbt-2/install/index.html'
),
},
},
},
Expand Down