1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-09 12:20:30 +01:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke 2025-02-05 15:00:48 +01:00 committed by GitHub
parent 04734bbfe7
commit 5e69d5ae19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ CONFIG_SCHEMA = output.FLOAT_OUTPUT_SCHEMA.extend(
cv.Optional(CONF_TERMINAL_A, default=True): cv.boolean,
cv.Optional(CONF_TERMINAL_B, default=True): cv.boolean,
cv.Optional(CONF_TERMINAL_W, default=True): cv.boolean,
cv.Optional(CONF_INITIAL_VALUE): cv.float_range(min=0.000, max=0.256)
cv.Optional(CONF_INITIAL_VALUE): cv.float_range(min=0.000, max=0.256),
}
)