1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

replace http with https (#8628)

This commit is contained in:
Thomas Rupprecht
2025-04-25 21:47:45 +02:00
committed by GitHub
parent 526db0102c
commit 4c8f5275f9
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ FILTER_PLATFORMIO_LINES = [
f"You can ignore this message, if `.*{IGNORE_LIB_WARNINGS}.*` is a built-in library.*",
r"Scanning dependencies...",
r"Found \d+ compatible libraries",
r"Memory Usage -> http://bit.ly/pio-memory-usage",
r"Memory Usage -> https://bit.ly/pio-memory-usage",
r"Found: https://platformio.org/lib/show/.*",
r"Using cache: .*",
r"Installing dependencies",