From 65c52d0f74c735f3ed51fdd68894642871dfc8c0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 17 Dec 2023 08:05:31 -1000 Subject: [PATCH 1/3] feat: add 2.52i board to the page (#147) --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 06f0863..96ff52b 100644 --- a/static/index.html +++ b/static/index.html @@ -158,11 +158,11 @@

Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.

-

v2.5i Board

+

v2.5i/2.52i Board

From e7efd2cf5405a722d68d9cfe21be991d3900e487 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 17 Dec 2023 08:13:13 -1000 Subject: [PATCH 2/3] Bump actions/deploy-pages to 1.2.9 (#148) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cfa267..57bb33c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,4 +95,4 @@ jobs: uses: actions/configure-pages@v2 - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1.2.3 + uses: actions/deploy-pages@v1.2.9 From 587ff4c7c5c40d438469448319a665823c02840f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 17 Dec 2023 08:17:45 -1000 Subject: [PATCH 3/3] Bump actions/upload-pages-artifact to v2.0.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57bb33c..cac82ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: cp -R static/* output/ cp -R firmwares/*/* output/ - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v1.0.7 + uses: actions/upload-pages-artifact@v2.0.0 with: path: output