1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-01 00:18:18 +01:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke 2025-02-05 15:59:49 +01:00 committed by GitHub
parent 71e3f3843b
commit f905c81c31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,5 +50,6 @@ async def to_code(config):
config[CONF_TERMINAL_A],
config[CONF_TERMINAL_B],
config[CONF_TERMINAL_W],
config[CONF_INITIAL_VALUE],
)
await output.register_output(var, config)