Update README.md

This commit is contained in:
J. Nick Koston 2023-06-08 12:37:34 -05:00 committed by GitHub
parent a6fa7087b1
commit afa7365b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 32 deletions

View File

@ -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/)