GarHAge v.1.0.1
This is a bug fix release that addresses the following bugs/issues:
- Code added to address/workaround HASS restart bug; ensures that door status is correct in HASS GUI after a HASS restart.
- Explicitly set WiFi.mode to WIFI_STA to prevent ESP8266 from operating in both STA and AP mode, as it does by default.
- Moved sketch and config.h into GarHAge subdirectory to prevent Arduino IDE from complaining on start when the directory name doesn't match the sketch name.
- Decreased debounceTime to 2s (2000ms) from 5s (5000ms) to increase responsiveness after a quick door status change.
- Fixed typos/added HASS workaround parameters to README.md; added TOC to README.md.