1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-02 08:58:17 +01:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke 2025-02-05 16:11:37 +01:00 committed by GitHub
parent 45c8e580d2
commit 223d1be3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,4 +51,3 @@ async def to_code(config):
config[CONF_TERMINAL_W],
)
await output.register_output(var, config)
var.set_initial_value(config[CONF_INITIAL_VALUE])