From afa7365b4953e9121f0a502060cceb4fd3a0415d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 8 Jun 2023 12:37:34 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 5fbd74e..505404e 100644 --- a/README.md +++ b/README.md @@ -14,37 +14,8 @@ This is a port of the ratgdo software for the v2 board to esphome. # ESPHome config -```yaml ---- -substitutions: - id_prefix: ratgdo - friendly_name: "Garage" +[v2 board](https://github.com/ESPHome-RATGDO/esphome-ratgdo/blob/main/docs/v2board.yaml) -web_server: +# Web Installer -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 -``` +[v2 board](https://esphome-ratgdo.github.io/esphome-ratgdo/) From d282ac1cac81f07636827a11b4731fc58f7a18da Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 8 Jun 2023 12:38:07 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 505404e..5fa933a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ratgdo +This project is not affiliated with RATGDO or Paul Wieland. Please buy his boards and suppot his excellent work. + This is a port of the ratgdo software for the v2 board to esphome. > **ratgdo shields available to order** From 4ab4dabef7a56c0756d28f491ebf40352d68be3b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 8 Jun 2023 12:38:14 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa933a..9ea640e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ratgdo -This project is not affiliated with RATGDO or Paul Wieland. Please buy his boards and suppot his excellent work. +This project is not affiliated with RATGDO or Paul Wieland. Please buy his boards to support his excellent work. This is a port of the ratgdo software for the v2 board to esphome.