1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Remove ota from esphome.ota dependencies

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Keith Burzinski
2024-04-17 20:55:51 -05:00
committed by GitHub
parent a067693774
commit 05a940572c

View File

@@ -19,7 +19,7 @@ from esphome.core import CORE, coroutine_with_priority
CODEOWNERS = ["@esphome/core"]
AUTO_LOAD = ["md5", "socket"]
DEPENDENCIES = ["network", "ota"]
DEPENDENCIES = ["network"]
CONF_ON_BEGIN = "on_begin"
CONF_ON_END = "on_end"