1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Add to ignore list

This commit is contained in:
Otto Winter
2019-10-19 16:17:20 +02:00
parent 292c2d0c53
commit 28031cfa3e

View File

@@ -59,6 +59,7 @@ FILTER_PLATFORMIO_LINES = [
r"Found: https://platformio.org/lib/show/.*", r"Found: https://platformio.org/lib/show/.*",
r"Using cache: .*", r"Using cache: .*",
r'Installing dependencies', r'Installing dependencies',
r'.* @ .* is already installed',
] ]