Add v2.5 to the website (#74)
This commit is contained in:
parent
89e2910762
commit
a7b02309ab
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# ratgdo for ESPHome
|
# 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)
|
[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
|
||||||
|
|
||||||
- [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.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 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 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 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/)
|
- [Web Installer](https://ratgdo.github.io/esphome-ratgdo/)
|
||||||
|
|
||||||
![Home Assistant Screen Shot](static/hass.png)
|
![Home Assistant Screen Shot](static/hass.png)
|
||||||
|
|
|
@ -172,6 +172,10 @@
|
||||||
<input type="radio" name="type" value="v2board_esp32_lolin_s2_mini" />
|
<input type="radio" name="type" value="v2board_esp32_lolin_s2_mini" />
|
||||||
<img src="./v2board_esp32_lolin_s2_mini.png" alt="ratgdo v2 board with ESP32 lolin s2 mini" />
|
<img src="./v2board_esp32_lolin_s2_mini.png" alt="ratgdo v2 board with ESP32 lolin s2 mini" />
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="radio" name="type" value="v25board_esp8266_d1_mini_lite" checked />
|
||||||
|
<img src="./v2board_esp8266_d1_mini_lite.png" alt="ratgdo v2.5 board with ESP8266 D1 Mini Lite" />
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="button-row" align="center">
|
<p class="button-row" align="center">
|
||||||
|
@ -179,9 +183,9 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="hidden info v2board">
|
<div class="hidden info v2board">
|
||||||
<h3>ratgdo Shield v2</h3>
|
<h3>ratgdo Shield v2.0/v2.5</h3>
|
||||||
<p>
|
<p>
|
||||||
Replace the official ratgdo v2 board firmware with
|
Replace the official ratgdo v2.0/v2.5 board firmware with
|
||||||
ESPHome.
|
ESPHome.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
Loading…
Reference in New Issue