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

Move CONF_INTERRUPT_PIN to const.py (#4014)

This commit is contained in:
Jesse Hills
2022-11-10 22:49:04 +13:00
committed by GitHub
parent 2c2e68123a
commit 27a339fa12
4 changed files with 8 additions and 10 deletions

View File

@@ -322,6 +322,7 @@ CONF_INTERNAL = "internal"
CONF_INTERNAL_FILTER = "internal_filter"
CONF_INTERNAL_FILTER_MODE = "internal_filter_mode"
CONF_INTERRUPT = "interrupt"
CONF_INTERRUPT_PIN = "interrupt_pin"
CONF_INTERVAL = "interval"
CONF_INVALID_COOLDOWN = "invalid_cooldown"
CONF_INVERT = "invert"