mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -203,6 +203,7 @@ async def compile_esphome( | |||||||
|         loop = asyncio.get_running_loop() |         loop = asyncio.get_running_loop() | ||||||
|  |  | ||||||
|         def _read_config_and_get_binary(): |         def _read_config_and_get_binary(): | ||||||
|  |             CORE.reset()  # Reset CORE state between test runs | ||||||
|             CORE.config_path = str(config_path) |             CORE.config_path = str(config_path) | ||||||
|             config = esphome.config.read_config( |             config = esphome.config.read_config( | ||||||
|                 {"command": "compile", "config": str(config_path)} |                 {"command": "compile", "config": str(config_path)} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user