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

list them all

This commit is contained in:
J. Nick Koston
2025-07-18 10:23:52 -10:00
parent 6e7e2b4471
commit fbf615f73c

View File

@@ -31,9 +31,13 @@ CONFIG_SCHEMA = (
cv.Required(CONF_PIN): pins.gpio_input_pin_schema,
cv.SplitDefault(
CONF_USE_INTERRUPT,
esp8266=True,
esp32=True,
rp2040=True,
bk72xx=False,
ln882x=False,
rtl87xx=False,
host=True,
): cv.boolean,
cv.Optional(CONF_INTERRUPT_TYPE, default="ANY"): cv.enum(
INTERRUPT_TYPES, upper=True