mirror of
https://github.com/esphome/esphome.git
synced 2025-04-04 01:40:28 +01:00
Update __init__.py
This commit is contained in:
parent
1a2c534f87
commit
c7607d29c7
@ -6,7 +6,9 @@ from .. import Mcp4461Component, CONF_MCP4461_ID, mcp4461_ns
|
|||||||
|
|
||||||
DEPENDENCIES = ["mcp4461"]
|
DEPENDENCIES = ["mcp4461"]
|
||||||
|
|
||||||
Mcp4461Wiper = mcp4461_ns.class_("Mcp4461Wiper", output.FloatOutput)
|
Mcp4461Wiper = mcp4461_ns.class_(
|
||||||
|
"Mcp4461Wiper", output.FloatOutput, , cg.Parented.template(Mcp4461Component)
|
||||||
|
)
|
||||||
|
|
||||||
Mcp4461WiperIdx = mcp4461_ns.enum("Mcp4461WiperIdx")
|
Mcp4461WiperIdx = mcp4461_ns.enum("Mcp4461WiperIdx")
|
||||||
CHANNEL_OPTIONS = {
|
CHANNEL_OPTIONS = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user