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:
parent
a067693774
commit
05a940572c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user