Added README

This commit is contained in:
John Dillenburg
2024-11-24 16:02:14 -06:00
parent 251013e530
commit 3ba5523c80

19
README.md Normal file
View File

@@ -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)
## <a name="garage-door-controller">Garage Door Controller</a>
### 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 |