From 28031cfa3ebf879f3b349d0603668dd2dd3c40b6 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 19 Oct 2019 16:17:20 +0200 Subject: [PATCH] Add to ignore list --- esphome/platformio_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/platformio_api.py b/esphome/platformio_api.py index 29096ba7af..5cc4fad998 100644 --- a/esphome/platformio_api.py +++ b/esphome/platformio_api.py @@ -59,6 +59,7 @@ FILTER_PLATFORMIO_LINES = [ r"Found: https://platformio.org/lib/show/.*", r"Using cache: .*", r'Installing dependencies', + r'.* @ .* is already installed', ]