1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Add reset_duration option for waveshare epaper HAT rev 2.1 (#1481)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Ben Owen
2021-12-12 16:27:11 -05:00
committed by GitHub
parent da45923d05
commit cec4a81e14
4 changed files with 13 additions and 2 deletions

View File

@@ -539,6 +539,7 @@ CONF_REFERENCE_TEMPERATURE = "reference_temperature"
CONF_REFRESH = "refresh"
CONF_REPEAT = "repeat"
CONF_REPOSITORY = "repository"
CONF_RESET_DURATION = "reset_duration"
CONF_RESET_PIN = "reset_pin"
CONF_RESIZE = "resize"
CONF_RESOLUTION = "resolution"