diff --git a/source/_integrations/homeassistant_sky_connect.markdown b/source/_integrations/homeassistant_sky_connect.markdown
index df8aaa64825..7c209e0fb9f 100644
--- a/source/_integrations/homeassistant_sky_connect.markdown
+++ b/source/_integrations/homeassistant_sky_connect.markdown
@@ -12,13 +12,43 @@ ha_integration_type: hardware
ha_config_flow: true
ha_platforms:
- update
+related:
+ - url: https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1
+ title: Home Assistant Connect ZBT-1 documentation
+ - docs: /connectzbt1/
+ title: Home Assistant Connect ZBT-1 product page
+
---
The Home Assistant Connect ZBT-1 integration provides hardware information for the hardware configuration page.
-For documentation on the Home Assistant Connect ZBT-1, please visit the [documentation page](https://connectzbt1.home-assistant.io/documentation/).
-If you are looking to buy one, please visit the [product page](https://home-assistant.io/connectzbt1)
+For documentation on the Home Assistant Connect ZBT-1, please visit the [documentation page](https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1).
+If you are looking to buy one, please visit the [product page](/connectzbt1)
## Configuration
This integration is not user configurable.
+
+## Re-installing the firmware using the Silicon Labs Web Flasher
+
+The Home Assistant Connect ZBT-1 ships with a full-fledged Zigbee firmware. At this point, there are no known issues with the factory-flashed firmware.
+
+Normally, there is no need to re-install the firmware. Firmware updates for the Connect ZBT-1 are natively supported in Home Assistant 2025.4 and newer if you are running the ZHA integration or OTBR.
+
+If your Home Assistant installation has no add-ons available, you can use the web flasher below to install the latest firmware version for Home Assistant Connect ZBT-1 directly from your browser over USB.
+
+### Prerequisites
+
+- Firmware update through web flasher is only available for Home Assistant SkyConnect devices and for Home Assistant Connect ZBT-1 devices purchased after October 20, 2024.
+
+### To re-install the firmware
+
+1. Plug in your Connect ZBT-1 to your computer.
+2. Select the **Connect** button below.
+
+
+
+
+3. Select the firmware version you want to install.
+
+To read more about the SL Web Tools, refer to this [blog post](https://www.home-assistant.io/blog/2023/02/08/state-of-matter-and-thread/#silabs-multi-flasher--sl-web-tools).
diff --git a/source/static/firmware/connect-zbt-1/manifest.json b/source/static/firmware/connect-zbt-1/manifest.json
new file mode 100644
index 00000000000..de5caf344a0
--- /dev/null
+++ b/source/static/firmware/connect-zbt-1/manifest.json
@@ -0,0 +1,46 @@
+{
+ "product_name": "Home Assistant Connect ZBT-1",
+ "baudrates": {
+ "bootloader": [
+ 115200
+ ],
+ "cpc": [
+ 460800,
+ 115200,
+ 230400
+ ],
+ "ezsp": [
+ 115200
+ ],
+ "spinel": [
+ 460800
+ ]
+ },
+ "usb_filters": [
+ {
+ "pid": 60000,
+ "vid": 4292
+ }
+ ],
+ "firmwares": [
+ {
+ "name": "Zigbee (EZSP)",
+ "url": "/firmwares/skyconnect_zigbee_ncp_7.4.4.0.gbl",
+ "type": "ncp-uart-hw",
+ "version": "7.4.4.0"
+ },
+ {
+ "name": "OpenThread (RCP)",
+ "url": "/firmwares/skyconnect_openthread_rcp_2.4.4.0_GitHub-7074a43e4_gsdk_4.4.4.gbl",
+ "type": "ot-rcp",
+ "version": "2.4.4.0"
+ },
+ {
+ "name": "Multiprotocol (deprecated)",
+ "url": "https://raw.githubusercontent.com/NabuCasa/silabs-firmware/main/RCPMultiPAN/beta/NabuCasa_SkyConnect_RCP_v4.3.2_rcp-uart-hw-802154_460800.gbl",
+ "type": "rcp-uart-802154",
+ "version": "4.3.2"
+ }
+ ],
+ "allow_custom_firmware_upload": true
+}
\ No newline at end of file