ratgdo for ESPHome
Go to file
J. Nick Koston 6e9a224e1d
add sync button
2023-06-07 18:45:59 -05:00
components/ratgdo add sync button 2023-06-07 18:45:59 -05:00
LICENSE init 2023-06-05 11:48:15 -05:00
README.md Update README.md 2023-06-07 18:28:58 -05:00
base.yml add sync button 2023-06-07 18:45:37 -05:00
library.json fix 2023-06-05 12:43:03 -05:00

README.md

ratgdo

This is a port of the ratgdo software for the v2 board to esphome.

ratgdo shields available to order Shields are available and shipping domestic USA via USPS.

Visit the github.io page for instructions.

ratgdo on GitHub.io

ESPHome config

---
substitutions:
  id_prefix: ratgdo
  friendly_name: "Garage"
  wifi_ssid: <FILL IN SSID>
  wifi_password: <FILL IN PASSWORD>


esphome:
  name: ${id_prefix}
  platform: ESP8266
  board: esp01_1m

api:
  id: api_server

web_server:

packages:
  # Git repo examples
  remote_package:
    url: https://github.com/bdraco/esphome-ratgdo
    files: [base.yml]
    refresh: 1s # optional

# Sync time with Home Assistant.
time:
  - platform: homeassistant
    id: homeassistant_time

ota:

wifi:
  ssid: ${wifi_ssid}
  password: ${wifi_password}

logger:
  level: VERBOSE