mirror of
https://github.com/esphome/esphome.git
synced 2025-04-03 17:30:28 +01:00
Update __init__.py
This commit is contained in:
parent
f905c81c31
commit
68d0faddc4
@ -24,7 +24,6 @@ CONF_ENABLE = "enable"
|
|||||||
CONF_TERMINAL_A = "terminal_a"
|
CONF_TERMINAL_A = "terminal_a"
|
||||||
CONF_TERMINAL_B = "terminal_b"
|
CONF_TERMINAL_B = "terminal_b"
|
||||||
CONF_TERMINAL_W = "terminal_w"
|
CONF_TERMINAL_W = "terminal_w"
|
||||||
CONF_INITIAL_VALUE = "initial_value"
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = output.FLOAT_OUTPUT_SCHEMA.extend(
|
CONFIG_SCHEMA = output.FLOAT_OUTPUT_SCHEMA.extend(
|
||||||
{
|
{
|
||||||
@ -50,6 +49,6 @@ async def to_code(config):
|
|||||||
config[CONF_TERMINAL_A],
|
config[CONF_TERMINAL_A],
|
||||||
config[CONF_TERMINAL_B],
|
config[CONF_TERMINAL_B],
|
||||||
config[CONF_TERMINAL_W],
|
config[CONF_TERMINAL_W],
|
||||||
config[CONF_INITIAL_VALUE],
|
|
||||||
)
|
)
|
||||||
await output.register_output(var, config)
|
await output.register_output(var, config)
|
||||||
|
var.set_initial_value(config[CONF_INITIAL_VALUE])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user