1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[const] Move `CONF_RESET` to const.py (#8889)

This commit is contained in:
Jesse Hills
2025-05-24 14:54:06 +12:00
committed by GitHub
parent 19e2460af2
commit 9dd4045984
3 changed files with 3 additions and 3 deletions

View File

@@ -735,6 +735,7 @@ CONF_REFRESH = "refresh"
CONF_RELABEL = "relabel"
CONF_REPEAT = "repeat"
CONF_REPOSITORY = "repository"
CONF_RESET = "reset"
CONF_RESET_DURATION = "reset_duration"
CONF_RESET_PIN = "reset_pin"
CONF_RESIZE = "resize"