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

Move CONF_IRQ_PIN into const.py (#5488)

This commit is contained in:
Keith Burzinski
2023-10-06 00:28:51 -05:00
committed by GitHub
parent b6d5cb4142
commit 44e5b0c745
4 changed files with 10 additions and 10 deletions

View File

@@ -360,6 +360,7 @@ CONF_INVALID_COOLDOWN = "invalid_cooldown"
CONF_INVERT = "invert"
CONF_INVERTED = "inverted"
CONF_IP_ADDRESS = "ip_address"
CONF_IRQ_PIN = "irq_pin"
CONF_JS_INCLUDE = "js_include"
CONF_JS_URL = "js_url"
CONF_JVC = "jvc"