mirror of
https://github.com/esphome/esphome.git
synced 2025-03-21 10:08:15 +00:00
4 lines
167 B
Python
4 lines
167 B
Python
CONF_TOUCH_THRESHOLD = "touch_threshold"
|
|
CONF_RELEASE_THRESHOLD = "release_threshold"
|
|
CONF_TOUCH_DEBOUNCE = "touch_debounce"
|
|
CONF_RELEASE_DEBOUNCE = "release_debounce" |