mirror of
https://github.com/esphome/esphome.git
synced 2025-02-20 20:08:20 +00:00
Update __init__.py
expected 2 blank lines
This commit is contained in:
parent
d4a922c0d1
commit
a20be8851b
@ -41,6 +41,7 @@ CONFIG_SCHEMA = (
|
|||||||
.extend(i2c.i2c_device_schema(0x18))
|
.extend(i2c.i2c_device_schema(0x18))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user