mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 05:03:48 +00:00
Fixing flake8 suggestions
This commit is contained in:
@@ -32,6 +32,7 @@ FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
|||||||
stop_bits=1,
|
stop_bits=1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
async def to_code(config):
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
var = cg.new_Pvariable(config[CONF_ID])
|
||||||
await cg.register_component(var, config)
|
await cg.register_component(var, config)
|
||||||
|
|||||||
Reference in New Issue
Block a user