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', ]