mirror of
https://github.com/esphome/esphome.git
synced 2025-04-10 12:50:30 +01:00
Update __init__.py
This commit is contained in:
parent
1fb172e28f
commit
80804398d0
@ -52,4 +52,4 @@ async def to_code(config):
|
||||
config[CONF_TERMINAL_W],
|
||||
)
|
||||
await output.register_output(var, config)
|
||||
cg.add(var.set_initial_value(config[CONF_INITIAL_VALUE]))
|
||||
cg.add(var.set_initial_value(CONF_INITIAL_VALUE))
|
||||
|
Loading…
x
Reference in New Issue
Block a user