From a0f85636c7d9e7993cf40503ad354c0a7dc2349b Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 12 Jul 2026 16:55:43 +0000 Subject: [PATCH] Command to retry failures --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71cdf94..ddcd0e4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ To flash all devices (automatically prioritizes OTA and skips prompts): $ nix develop --command make flash-all ``` +To list devices that have not been flashed yet (i.e. have pending changes): + +```bash +$ make -n flash-all | grep -E 'esphome (run|compile)' +``` + To flash a single device: ```bash