mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
black format
This commit is contained in:
parent
37a73aebd4
commit
f201ec5636
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ CONFIG_SCHEMA = touchscreen.TOUCHSCREEN_SCHEMA.extend(
|
|||
cv.Required(CONF_INTERRUPT_PIN): pins.internal_gpio_input_pin_schema,
|
||||
cv.Optional(CONF_RESET_PIN): pins.gpio_output_pin_schema,
|
||||
}
|
||||
)
|
||||
.extend(i2c.i2c_device_schema(0x48))
|
||||
).extend(i2c.i2c_device_schema(0x48))
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue