diff --git a/README.md b/README.md index eeac973..2f66c11 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ratgdo for ESPHome -This is a port of the ratgdo software for the v2 board to ESPHome. +This is a port of the ratgdo software for the v2.0/v2.5 board to ESPHome. [Visit the github.io page to purchase boards](https://paulwieland.github.io/ratgdo/#order) @@ -31,9 +31,10 @@ When updating from older versions, save the rolling counter value and restore it ## ESPHome config -- [ESPHome config for v2 board with ESP8266 D1 Mini lite](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp8266_d1_mini_lite.yaml) -- [ESPHome config for v2 board with ESP32 D1 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_d1_mini.yaml) -- [ESPHome config for v2 board with ESP32 Lolin D2 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_lolin_s2_mini.yaml) +- [ESPHome config for v2.0 board with ESP8266 D1 Mini lite](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp8266_d1_mini_lite.yaml) +- [ESPHome config for v2.0 board with ESP32 D1 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_d1_mini.yaml) +- [ESPHome config for v2.0 board with ESP32 Lolin D2 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_lolin_s2_mini.yaml) +- [ESPHome config for v2.5 board with ESP8266 D1 Mini lite](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v25board_esp8266_d1_mini_lite.yaml) - [Web Installer](https://ratgdo.github.io/esphome-ratgdo/) ![Home Assistant Screen Shot](static/hass.png) diff --git a/static/index.html b/static/index.html index 0a31b98..da30f38 100644 --- a/static/index.html +++ b/static/index.html @@ -172,6 +172,10 @@ +
- Replace the official ratgdo v2 board firmware with + Replace the official ratgdo v2.0/v2.5 board firmware with ESPHome.
diff --git a/static/v25board_esp8266_d1_mini_lite.png b/static/v25board_esp8266_d1_mini_lite.png new file mode 100644 index 0000000..bf6f461 Binary files /dev/null and b/static/v25board_esp8266_d1_mini_lite.png differ