auto load output for now (#6309)

Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
Samuel Sieb
2024-03-06 09:34:47 +13:00
committed by Jesse Hills
co-authored by Samuel Sieb
parent 37d2b3c797
commit b0a25401f7
+2
View File
@@ -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(