From 0c4a636b30ea373926d812e46ce794a0514bb749 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:53:15 +0100 Subject: [PATCH] Add note for H and J models (#22112) Co-authored-by: Franck Nijhof --- source/_integrations/samsungtv.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/samsungtv.markdown b/source/_integrations/samsungtv.markdown index 2028b9f6049..9276469513b 100644 --- a/source/_integrations/samsungtv.markdown +++ b/source/_integrations/samsungtv.markdown @@ -96,3 +96,7 @@ It's possible to switch between the 2 sources `TV` and `HDMI`. Samsung SmartTV does not allow WebSocket connections across different subnets or VLANs. If your TV is not on the same subnet as Home Assistant this will fail. It may be possible to bypass this issue by using IP masquerading or a proxy. + +#### H and J models + +Some televisions from the H and J series use an encrypted protocol and require manual pairing with the TV. This should be detected automatically when attempting to send commands using the WebSocket connection, and trigger the corresponding authentication flow. Sending commands to these televisions is not yet supported.