Add v0.9 test board

This commit is contained in:
pszafer
2024-09-29 14:07:20 +02:00
parent 128ce7d2c5
commit 5ad10482c9
18 changed files with 1735 additions and 32 deletions

View File

@@ -55,7 +55,7 @@ for file in glob.glob("*.yaml"):
if not filename:
print("No file found.")
break
firmware_path = f"{cwd}/.esphome/build/{filename}/.pioenvs/{filename}/firmware-factory.bin"
firmware_path = f"{cwd}/.esphome/build/{filename}/.pioenvs/{filename}/firmware.factory.bin"
print("CWD", cwd)
subprocess.run(
f'docker run --rm -p 6052:6052 -v "{cwd}":/config -it ghcr.io/esphome/esphome compile {file}',