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

@@ -116,7 +116,7 @@ RequiredFieldInvalid = vol.RequiredFieldInvalid
ROOT_CONFIG_PATH = object()
RESERVED_IDS = [
# C++ keywords http://en.cppreference.com/w/cpp/keyword
# C++ keywords https://en.cppreference.com/w/cpp/keyword
"alarm",
"alignas",
"alignof",