diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0f52f09..8bfa305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
- name: Copy files
run: |-
mkdir output
+ cp -R static/* output/
cp -R firmwares/*/* output/
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.7
diff --git a/static/header.png b/static/header.png
new file mode 100644
index 0000000..5c232ea
Binary files /dev/null and b/static/header.png differ
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..8b7e491
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,226 @@
+
+
+
+
+
+
ESPHome RATGDO
+
+
+ Pick your board to flash your RATGDO board ESPhome for RATGDO.
+ No programming or other software required.
+
+
+
+
+
+
+
+
+
+
RATGDO Shield v2
+
+ Replace the official RATGDO v2 board firmware with
+ ESPHome.
+
+
+ This project is not affiliated with RATGDO or Paul Wieland.
+
+ Please support his excellent work by buying his boards.
+ Buy boards from Paul
+
+
+
+
Advanced Users
+
+
+
+
+
+
+
diff --git a/static/v2board.png b/static/v2board.png
new file mode 100644
index 0000000..3a3c287
Binary files /dev/null and b/static/v2board.png differ
diff --git a/static/v2board.yaml b/static/v2board.yaml
new file mode 100644
index 0000000..7bab9a5
--- /dev/null
+++ b/static/v2board.yaml
@@ -0,0 +1,31 @@
+substitutions:
+ id_prefix: ratgdov2
+ friendly_name: "Garage"
+
+web_server:
+
+dashboard_import:
+ package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo.yaml@main
+
+packages:
+ # Git repo examples
+ remote_package:
+ url: https://github.com/esphome-ratgdo/esphome-ratgdo
+ files: [base.yml]
+ refresh: 1s # optional
+
+# Sync time with Home Assistant.
+time:
+ - platform: homeassistant
+ id: homeassistant_time
+
+api:
+ id: api_server
+
+ota:
+
+wifi:
+ ap:
+
+logger:
+ level: VERBOSE
diff --git a/static/v2board/v2board.bin b/static/v2board/v2board.bin
new file mode 100644
index 0000000..e69de29