From 3851c8c6ca3301cf17466a9e53d326bf326cbe37 Mon Sep 17 00:00:00 2001 From: agrieco Date: Mon, 2 Dec 2019 15:30:27 -0500 Subject: [PATCH] Added commentary about base_url port requirements (#11349) * Added commentary about base_url port requirements Update based on learnings of: https://github.com/home-assistant/home-assistant/issues/29303 * Update source/_integrations/smartthings.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/smartthings.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 0b9772331d7..1986c58684e 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -46,7 +46,7 @@ If you are using Home Assistant Cloud (Nabu Casa) the integration will create a 1. A [personal access token](https://account.smartthings.com/tokens) tied to a Samsung or SmartThings account (see below for instructions). 2. Home Assistant setup for [remote access](/docs/configuration/remote/) via a domain name secured with SSL. *Self-signed SSL certificates are not supported by the SmartThings Cloud API.* -3. [`base_url` of the http component](/integrations/http#base_url) set the URL that Home Assistant is available on the internet. +3. [`base_url` of the http integration](/integrations/http#base_url) set the URL that Home Assistant is available on the internet. SmartThings requires the `base_url` and Home Assistant to use the standard HTTPS port (443). ## Setup instructions