Skip to content

Commit 9554f5c

Browse files
committed
Correct spelling
1 parent 64d785d commit 9554f5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/airgradient_api_d1_mini.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ http_request:
5858
timeout: 1s # Setting short to try to prevent watchdog reboots https://github.com/esphome/issues/issues/2853
5959
# Used to support POST request to send data to AirGradient
6060
# https://esphome.io/components/http_request.html
61-
verify_ssl: false # Must be explicityly set to false when using Arduino framework
61+
verify_ssl: false # Must be explicitly set to false when using Arduino framework

packages/airgradient_api_d1_mini_insecure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ http_request:
5858
timeout: 1s # Setting short to try to prevent watchdog reboots http://github.com/esphome/issues/issues/2853
5959
# Used to support POST request to send data to AirGradient
6060
# http://esphome.io/components/http_request.html
61-
verify_ssl: false # Must be explicityly set to false when using Arduino framework
61+
verify_ssl: false # Must be explicitly set to false when using Arduino framework

packages/airgradient_api_d1_mini_no_sgp41.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ http_request:
5656
timeout: 1s # Setting short to try to prevent watchdog reboots https://github.com/esphome/issues/issues/2853
5757
# Used to support POST request to send data to AirGradient
5858
# https://esphome.io/components/http_request.html
59-
verify_ssl: false # Must be explicityly set to false when using Arduino framework
59+
verify_ssl: false # Must be explicitly set to false when using Arduino framework

packages/airgradient_api_esp32-c3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ esphome:
5959
http_request:
6060
# Used to support POST request to send data to AirGradient
6161
# https://esphome.io/components/http_request.html
62-
verify_ssl: false # Must be explicityly set to false when using Arduino framework
62+
verify_ssl: false # Must be explicitly set to false when using Arduino framework
6363
watchdog_timeout: 30s # Slow response from API server can cause watchdog to reboot device

packages/airgradient_api_esp32-c3_dual_pms5003t.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ esphome:
9191
http_request:
9292
# Used to support POST request to send data to AirGradient
9393
# https://esphome.io/components/http_request.html
94-
verify_ssl: false # Must be explicityly set to false when using Arduino framework
94+
verify_ssl: false # Must be explicitly set to false when using Arduino framework
9595
watchdog_timeout: 30s # Slow response from API server can cause watchdog to reboot device

0 commit comments

Comments
 (0)