mirror of
https://github.com/esphome/esphome.git
synced 2026-09-23 21:14:03 +00:00
Add config to allow suppression of warnings about use of strapping pins (#5287)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
co-authored by
Jesse Hills
parent
799c3cf439
commit
a794836ebe
+3
-1
@@ -65,7 +65,9 @@ i2c:
|
||||
|
||||
touchscreen:
|
||||
- platform: tt21100
|
||||
interrupt_pin: GPIO3
|
||||
interrupt_pin:
|
||||
number: GPIO3
|
||||
ignore_strapping_warning: true
|
||||
reset_pin: GPIO48
|
||||
|
||||
binary_sensor:
|
||||
|
||||
Reference in New Issue
Block a user