From a7c2477d71d0157b788af12314ffee22de52c1ce Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 28 May 2026 11:55:02 -0500 Subject: [PATCH] Drop comma in first-steps HTTPS warning title (#889) Reads cleaner without the comma in the admonition heading. --- docs/products/ESPHome-Starter-Kit/setup/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/ESPHome-Starter-Kit/setup/first-steps.md b/docs/products/ESPHome-Starter-Kit/setup/first-steps.md index 2c9ae69656..167f9448f1 100755 --- a/docs/products/ESPHome-Starter-Kit/setup/first-steps.md +++ b/docs/products/ESPHome-Starter-Kit/setup/first-steps.md @@ -207,7 +207,7 @@ Before we continue, confirm that you installed the ESPHome Device Builder, confi Your kit's default project includes the [**Web Server**](../../learning-the-basics/core-components/#web-server) component, which lets you navigate to the IP address of your device or the hostname.local such as http://esphome-starter-kit.local/ -!!! warning "Use http://, not https://" +!!! warning "Use http:// not https://" Your kit only speaks `http://`. Some browsers quietly try `https://` first, and the page just won't load. If that happens, click the address bar and add `http://` before the name (so it looks like `http://esphome-starter-kit.local/`).