From 5dfa871361b589e1933289fb0a1b18fae24ff543 Mon Sep 17 00:00:00 2001 From: SMJ Date: Tue, 21 Jan 2025 21:38:38 +0800 Subject: [PATCH] Update smartthings.markdown to highlight TLS maximum version limitation (#37029) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/smartthings.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index fc0815a3fcb..b0cac8beefe 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -65,7 +65,9 @@ The PAT is used to create a Home Assistant SmartApp in your SmartThings account This integration requires an internet accessible incoming webhook to receive push updates from SmartThings. The preferred approach is to subscribe to [Home Assistant Cloud (Nabu Casa)](https://www.nabucasa.com/) and the integration will configure and use a cloudhook automatically. Alternatively, you will have to configure and setup an internet accessible webhook in Home Assistant as described below: -1. Setup [remote access](/docs/configuration/remote/) via a domain name secured with SSL. *Self-signed SSL certificates are not supported by the SmartThings Cloud API.* +1. Setup [remote access](/docs/configuration/remote/) via a domain name secured with SSL. + 1. *Self-signed SSL certificates are not supported by the SmartThings Cloud API.* + 2. *SmartThings Cloud API requires SSL connection with **maximum** TLS version 1.2* 2. Set the external URL in the Home Assistant [configuration](/integrations/homeassistant/#external_url) to the URL that Home Assistant is available on the internet (this must start with `https://`). If you do not use Nabu Casa you must configure your network to allow TCP traffic from the internet to reach the IP address and port of the device running Home Assistant. ## Setup instructions