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.
44 changes: 0 additions & 44 deletions public/assets/manifests/skyconnect.json

This file was deleted.

47 changes: 47 additions & 0 deletions public/assets/manifests/zbt1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"product_name": "Home Assistant Connect ZBT-1",
"baudrates": {
"bootloader": [
115200
],
"cpc": [
460800,
115200,
230400
],
"ezsp": [
115200,
460800
],
"spinel": [
460800
]
},
"usb_filters": [
{
"pid": 60000,
"vid": 4292
}
],
"firmwares": [
{
"name": "Zigbee (EZSP)",
"url": "/assets/firmwares/skyconnect_zigbee_ncp_7.4.4.3.gbl",
"type": "ncp-uart-hw",
"version": "7.4.4.3"
},
{
"name": "OpenThread (RCP)",
"url": "/assets/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
}
14 changes: 1 addition & 13 deletions src/pages/zbt1-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,11 @@ export class ZBT1InstallPage extends LitElement {
</p>
<div class="flasher-container">
<nabucasa-zigbee-flasher
manifest="/assets/manifests/skyconnect.json"
manifest="/assets/manifests/zbt1.json"
>
<span slot="button">Install firmware</span>
</nabucasa-zigbee-flasher>
</div>
<h3>Update content of Voice PE firmware installer</h3>
<p>
Home Assistant will automatically detect updates for the Home
Assistant Voice Preview Edition 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>
If you are looking to factory reset the device, you can hold the
middle button pressed for 30 seconds instead of re-installing the
firmware.
</p>
</div>
</details-page>
`;
Expand Down
Loading