Update esphome/components/ota/__init__.py

This commit is contained in:
J. Nick Koston
2025-07-01 15:40:18 -05:00
committed by GitHub
parent 401523c854
commit 77f7816114

View File

@@ -11,7 +11,7 @@ from esphome.const import (
from esphome.core import CORE, coroutine_with_priority
CODEOWNERS = ["@esphome/core"]
AUTO_LOAD = ["safe_mode", "md5"]
AUTO_LOAD = ["md5", "safe_mode"]
IS_PLATFORM_COMPONENT = True