1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-12 22:00:30 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"