diff tasks.py @ 7:b46679798c51

mv esp code to this repo. still trying to get correct refreshes
author drewp@bigasterisk.com
date Sun, 10 Mar 2024 15:03:53 -0700
parents
children 47795c3121f1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tasks.py	Sun Mar 10 15:03:53 2024 -0700
@@ -0,0 +1,7 @@
+from invoke import task
+
+
+@task()
+def run(ctx, device="OTA"):
+    ctx.run(
+        f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}')