1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 21:32:21 +01:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke
2025-02-05 17:39:30 +01:00
committed by GitHub
parent cf94a29163
commit fc70ba1dd8

View File

@@ -51,4 +51,5 @@ 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]))
if CONF_INITIAL_VALUE in config:
cg.add(var.set_initial_value(config[CONF_INITIAL_VALUE]))