esphome-ratgdo/README.md

51 lines
995 B
Markdown
Raw Normal View History

2023-06-06 01:56:06 +00:00
2023-06-05 16:48:15 +00:00
# ratgdo
2023-06-07 22:37:05 +00:00
This is a port of the ratgdo software for the v2 board to esphome.
2023-06-05 16:48:15 +00:00
> **ratgdo shields available to order**
> Shields are available and shipping domestic USA via USPS.
>
> * [ratgdo shield only](https://square.link/u/xNP2Orez) $15
> * [ratgdo shield with ESP8266 D1 Clone](https://square.link/u/JaMwtjLL) $30
# [Visit the github.io page for instructions](https://paulwieland.github.io/ratgdo/).
[ratgdo on GitHub.io](https://paulwieland.github.io/ratgdo/)
2023-06-07 22:37:05 +00:00
# ESPHome config
```yaml
---
substitutions:
id_prefix: ratgdo
friendly_name: "Garage"
web_server:
2023-06-08 16:50:39 +00:00
dashboard_import:
package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo.yaml@main
2023-06-07 23:28:58 +00:00
packages:
# Git repo examples
remote_package:
2023-06-08 16:41:08 +00:00
url: https://github.com/esphome-ratgdo/esphome-ratgdo
2023-06-07 23:28:58 +00:00
files: [base.yml]
refresh: 1s # optional
# Sync time with Home Assistant.
time:
- platform: homeassistant
id: homeassistant_time
2023-06-08 16:24:41 +00:00
api:
id: api_server
2023-06-07 23:28:58 +00:00
ota:
2023-06-07 22:37:05 +00:00
wifi:
2023-06-08 16:50:39 +00:00
ap:
2023-06-07 22:37:05 +00:00
logger:
level: VERBOSE
```