diff --git a/README.md b/README.md new file mode 100644 index 0000000..97187ec --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# John's ESPHome Devices +Welsome to my ESPhome configuration directory. This file contains the ESPhome devices I use in my home: + +* [Garage Door Controller](http://...#garage-door-controller) + +## Garage Door Controller +### Features +* TFmini-S Sensor code to measure vehcile's distance from front of garage. +* LED Strip to display green for pulling vehicle into garage, yellow to slow down, and red to stop. +* Sensor to read door open/close status. +* Relay to push garage door controller button to open/close garage door. + +### Files + +| File | Description | +|-------------------------------|--------------------------------| +| garage-door-controller.yaml | ESPHome Code for garage door controller | +| TFmini.h | Reads TFmini-S distance to car as a custom component | +