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

Skip gpio validation (#5615)

This commit is contained in:
Andrew McFague
2024-05-15 16:49:04 -07:00
committed by GitHub
parent 7d804bf90f
commit f0ec900e48
5 changed files with 54 additions and 4 deletions

View File

@@ -367,6 +367,7 @@ CONF_IDLE_TIME = "idle_time"
CONF_IF = "if"
CONF_IGNORE_EFUSE_MAC_CRC = "ignore_efuse_mac_crc"
CONF_IGNORE_OUT_OF_RANGE = "ignore_out_of_range"
CONF_IGNORE_PIN_VALIDATION_ERROR = "ignore_pin_validation_error"
CONF_IGNORE_STRAPPING_WARNING = "ignore_strapping_warning"
CONF_IIR_FILTER = "iir_filter"
CONF_ILLUMINANCE = "illuminance"