mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 07:10:33 +01:00
Fixing flake8 suggestions
This commit is contained in:
parent
1ad85619e0
commit
dde08b7eee
@ -32,6 +32,7 @@ FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
||||
stop_bits=1,
|
||||
)
|
||||
|
||||
|
||||
async def to_code(config):
|
||||
var = cg.new_Pvariable(config[CONF_ID])
|
||||
await cg.register_component(var, config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user