From 1e15dae5a786561031f107bc2ded16b4ff82e86b Mon Sep 17 00:00:00 2001 From: Paul Wieland Date: Sun, 10 Nov 2024 10:25:43 -0500 Subject: [PATCH] Add disco to build/webtools --- .github/workflows/build.yml | 18 ++++++++++++++++++ static/index.html | 20 ++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2996155..4ea2fa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,24 @@ jobs: - file: v25iboard_drycontact.yaml name: V2.5i Board Dry Contact manifest_filename: v25iboard_drycontact-manifest.json + - file: v32board.yaml + name: V32 Board Security+ 2.0 + manifest_filename: v32board-manifest.json + - file: v32board_secplusv1.yaml + name: V32 Board Security+ 1.0 + manifest_filename: v32board_secplusv1-manifest.json + - file: v32board_drycontact.yaml + name: V32 Board Board Dry Contact + manifest_filename: v32board_drycontact-manifest.json + - file: v32disco.yaml + name: V32 Disco Board Security+ 2.0 + manifest_filename: v32disco-manifest.json + - file: v32disco_secplusv1.yaml + name: V32 Disco Board Security+ 1.0 + manifest_filename: v32disco_secplusv1-manifest.json + - file: v32disco_drycontact.yaml + name: V32 Disco Board Dry Contact + manifest_filename: v32disco_drycontact-manifest.json fail-fast: false steps: - name: Checkout source code diff --git a/static/index.html b/static/index.html index 77e016c..17168d1 100644 --- a/static/index.html +++ b/static/index.html @@ -177,7 +177,7 @@ />

ESPHome ratgdo

- In order to install the firmware, first pick your door opener control protocol, then pick your ratgdo control board version. + In order to install the firmware, first pick your door opener control protocol, then pick your ratgdo control board version. No programming or other software required.

@@ -209,6 +209,12 @@

Choose your ratgdo control board:

+ +
@@ -255,12 +261,10 @@

Drivers

If you can't connect to your ratgdo board make sure you have the right driver installed for the type of board you have.

-

Watch the driver and firmware installation [video on YouTube].

- - +

Watch the v2.5i driver and firmware installation [video on YouTube].

Advanced Users