mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
auto load output for now (#6309)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
parent
357ac3b85f
commit
96446446b2
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ from esphome.const import (
|
|||
|
||||
from .. import speed_ns
|
||||
|
||||
AUTO_LOAD = ["output"]
|
||||
|
||||
SpeedFan = speed_ns.class_("SpeedFan", cg.Component, fan.Fan)
|
||||
|
||||
CONFIG_SCHEMA = fan.FAN_SCHEMA.extend(
|
||||
|
|
Loading…
Reference in a new issue