ratgdo for ESPHome
Go to file
J. Nick Koston 3be0c80c33
Create manual.yml
2023-06-08 12:30:16 -05:00
.github Create manual.yml 2023-06-08 12:30:16 -05:00
components/ratgdo write flash 2023-06-08 11:31:47 -05:00
docs add builder 2023-06-08 12:27:56 -05:00
LICENSE init 2023-06-05 11:48:15 -05:00
README.md fixes 2023-06-08 11:50:39 -05:00
base.yml fixes 2023-06-08 11:50:39 -05:00
library.json fix 2023-06-05 12:43:03 -05:00
ratgdo.yaml fixes 2023-06-08 11:50:39 -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"

web_server:

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