1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-07 03:10:27 +01:00

Update __init__.py

This commit is contained in:
Oliver Kleinecke 2025-02-04 10:53:44 +01:00 committed by GitHub
parent 5cfdfd2ea0
commit 2f5526eb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ DEPENDENCIES = ["mcp4461"]
Mcp4461Wiper = mcp4461_ns.class_("Mcp4461Wiper", output.FloatOutput)
MCP4461WiperIdx = mcp4461_ns.class_("MCP4461WiperIdx")
MCP4461WiperIdx = mcp4461_ns.enum("MCP4461WiperIdx")
CHANNEL_OPTIONS = {
"A": MCP4461WiperIdx.MCP4461_WIPER_0,
"B": MCP4461WiperIdx.MCP4461_WIPER_1,