Merge remote-tracking branch 'origin/main'

This commit is contained in:
J. Nick Koston 2023-06-08 12:39:53 -05:00
commit 9ba5ba1c96
No known key found for this signature in database
1 changed files with 5 additions and 32 deletions

View File

@ -1,6 +1,8 @@
# ratgdo # ratgdo
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. This is a port of the ratgdo software for the v2 board to esphome.
> **ratgdo shields available to order** > **ratgdo shields available to order**
@ -14,37 +16,8 @@ This is a port of the ratgdo software for the v2 board to esphome.
# ESPHome config # ESPHome config
```yaml [v2 board](https://github.com/ESPHome-RATGDO/esphome-ratgdo/blob/main/docs/v2board.yaml)
---
substitutions:
id_prefix: ratgdo
friendly_name: "Garage"
web_server: # Web Installer
dashboard_import: [v2 board](https://esphome-ratgdo.github.io/esphome-ratgdo/)
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
```