mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +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"] | CODEOWNERS = ["@esphome/core"] | ||||||
| AUTO_LOAD = ["md5", "socket"] | AUTO_LOAD = ["md5", "socket"] | ||||||
| DEPENDENCIES = ["network", "ota"] | DEPENDENCIES = ["network"] | ||||||
|  |  | ||||||
| CONF_ON_BEGIN = "on_begin" | CONF_ON_BEGIN = "on_begin" | ||||||
| CONF_ON_END = "on_end" | CONF_ON_END = "on_end" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user