mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
Merge branch 'multi_device' into integration
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