mirror of
https://github.com/esphome/esphome.git
synced 2025-04-04 09:50:29 +01:00
Update __init__.py
This commit is contained in:
parent
2ea866081a
commit
aa05a3eac7
@ -8,16 +8,16 @@ DEPENDENCIES = ["mcp4461"]
|
|||||||
|
|
||||||
Mcp4461Wiper = mcp4461_ns.class_("Mcp4461Wiper", output.FloatOutput)
|
Mcp4461Wiper = mcp4461_ns.class_("Mcp4461Wiper", output.FloatOutput)
|
||||||
|
|
||||||
MCP4461WiperIdx = mcp4461_ns.enum("MCP4461WiperIdx")
|
MCP4461WiperIdx = mcp4461_ns.class("MCP4461WiperIdx")
|
||||||
CHANNEL_OPTIONS = {
|
CHANNEL_OPTIONS = {
|
||||||
"A": MCP4461WiperIdx.MCP4461_WIPER_0,
|
"A": MCP4461WiperIdx::MCP4461_WIPER_0,
|
||||||
"B": MCP4461WiperIdx.MCP4461_WIPER_1,
|
"B": MCP4461WiperIdx::MCP4461_WIPER_1,
|
||||||
"C": MCP4461WiperIdx.MCP4461_WIPER_2,
|
"C": MCP4461WiperIdx::MCP4461_WIPER_2,
|
||||||
"D": MCP4461WiperIdx.MCP4461_WIPER_3,
|
"D": MCP4461WiperIdx::MCP4461_WIPER_3,
|
||||||
"E": MCP4461WiperIdx.MCP4461_WIPER_4,
|
"E": MCP4461WiperIdx::MCP4461_WIPER_4,
|
||||||
"F": MCP4461WiperIdx.MCP4461_WIPER_5,
|
"F": MCP4461WiperIdx::MCP4461_WIPER_5,
|
||||||
"G": MCP4461WiperIdx.MCP4461_WIPER_6,
|
"G": MCP4461WiperIdx::MCP4461_WIPER_6,
|
||||||
"H": MCP4461WiperIdx.MCP4461_WIPER_7,
|
"H": MCP4461WiperIdx::MCP4461_WIPER_7,
|
||||||
}
|
}
|
||||||
|
|
||||||
CONF_ENABLE = "enable"
|
CONF_ENABLE = "enable"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user