mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Remove ota from esphome.ota dependencies
				
					
				
			Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user