1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-28 13:38:17 +00:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke 2025-02-06 21:00:18 +01:00 committed by GitHub
parent c7607d29c7
commit 3269b931a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ from .. import Mcp4461Component, CONF_MCP4461_ID, mcp4461_ns
DEPENDENCIES = ["mcp4461"]
Mcp4461Wiper = mcp4461_ns.class_(
"Mcp4461Wiper", output.FloatOutput, , cg.Parented.template(Mcp4461Component)
"Mcp4461Wiper", output.FloatOutput, cg.Parented.template(Mcp4461Component)
)
Mcp4461WiperIdx = mcp4461_ns.enum("Mcp4461WiperIdx")